Endpoints
Get All Providers
GET
https://api.oneinfer.ai/v1/developer/get-provider-info?provider=allRetrieve 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
| Code | Status | Description |
|---|---|---|
| 200 | OK | Provider info returned successfully. |
| 401 | Unauthorized | Missing or invalid Authorization header / Bearer token. |
| 403 | Forbidden | Provider parameter is missing or the specified provider is invalid. |