Skip to content

Bug Report: Inconsistent GPU Type ID Formatting in gpuTypeIds Parameter #633

@bockardo

Description

@bockardo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions