Endpoints

Get All Providers

GEThttps://api.oneinfer.ai/v1/developer/get-provider-info?provider=all

Retrieve comprehensive details about all GPU providers, including their logos, available volume types, base images, and instance configurations.

Query Parameters

provider
string (required)The provider name or "all" to get info for all providers.

Example Usage

curl --request GET \
  --url 'https://api.oneinfer.ai/v1/developer/get-provider-info?provider=all' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'

Error Status Codes

CodeStatusDescription
200OKProvider info returned successfully.
401UnauthorizedMissing or invalid Authorization header / Bearer token.
403ForbiddenProvider parameter is missing or the specified provider is invalid.

Response

202 - application/json