API Endpoint
POST https://rest.runpod.io/v1/pods
Description
The gpuTypeIds parameter contains two similar GPU type IDs with inconsistent formatting that may indicate a data entry error or missing GPU variant.
Current Issue
Two entries appear to be nearly identical GPU models with different whitespace formatting:
json"gpuTypeIds": [
"NVIDIA RTX A4500",
"NVIDIA RTX A4500"
]
The second entry has an extra space between "NVIDIA" and "RTX".
Hypothesis
One of these entries may be a typo or placeholder, and should instead be a Blackwell GPU model. For example:
NVIDIA RTX A4500 (current)
NVIDIA RTX PRO 4500 Blackwell or similar (intended?)
The duplicate with extra whitespace suggests a potential documentation error or incomplete GPU type definition.
API Endpoint
POST https://rest.runpod.io/v1/pods
Description
The gpuTypeIds parameter contains two similar GPU type IDs with inconsistent formatting that may indicate a data entry error or missing GPU variant.
Current Issue
Two entries appear to be nearly identical GPU models with different whitespace formatting:
json"gpuTypeIds": [
"NVIDIA RTX A4500",
"NVIDIA RTX A4500"
]
The second entry has an extra space between "NVIDIA" and "RTX".
Hypothesis
One of these entries may be a typo or placeholder, and should instead be a Blackwell GPU model. For example:
NVIDIA RTX A4500 (current)
NVIDIA RTX PRO 4500 Blackwell or similar (intended?)
The duplicate with extra whitespace suggests a potential documentation error or incomplete GPU type definition.