GET /v1/models
Returns the list of models currently available through Consus Gateway.
Request
Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
Response
Model Object
| Field | Type | Description |
|---|---|---|
id | string | The model identifier to use in API requests |
object | string | Always "model" |
created | integer | Unix timestamp |
owned_by | string | The organization that created the model (e.g., anthropic, google) |