API reference for the /v1/models endpoint to list available models.
The Models endpoint returns a list of all models available through InferXgate.
List Models
GET /v1/models
Response
{
"object": "list",
"data": [
{
"id": "claude-opus-4-5-20251101",
"object": "model",
"created": 1699000000,
"owned_by": "anthropic",
"permission": [],
"root": "claude-opus-4-5-20251101",
"parent": null
},
{
"id": "claude-sonnet-4-5-20250929",
"object": "model",
"created": 1699000000,
"owned_by": "anthropic"
},
{
"id": "gpt-4-turbo",
"object": "model",
"created": 1699000000,
"owned_by": "openai"
},
{
"id": "gemini-3-pro-preview",
"object": "model",
"created": 1699000000,
"owned_by": "google"
}
]
}
Example
curl https://api.yourdomain.com/v1/models \
-H "Authorization: Bearer $API_KEY"
Available Models by Provider
Anthropic
| Model ID | Description |
|---|
claude-opus-4-5-20251101 | Most capable, extended thinking |
claude-sonnet-4-5-20250929 | Advanced performance and speed |
claude-haiku-4-5-20250929 | Fast and efficient |
claude-opus-4-1-20250414 | Previous flagship |
claude-sonnet-4-20250514 | Balanced Claude 4 |
claude-opus-4-20250514 | Claude 4 base |
claude-3-5-haiku-20241022 | Legacy fast model |
claude-3-haiku-20240307 | Legacy efficient |
OpenAI
| Model ID | Description |
|---|
gpt-4-turbo | Latest GPT-4 Turbo |
gpt-4 | GPT-4 base model |
gpt-3.5-turbo | Fast and cost-effective |
Google Gemini
| Model ID | Description |
|---|
gemini-3-pro-preview | Best multimodal understanding |
gemini-3-pro-image-preview | Image-optimized |
gemini-2.5-pro | Advanced reasoning |
gemini-2.5-flash | Fast and efficient |
gemini-2.5-flash-lite | Lightweight |
gemini-2.0-flash | Fast responses |
gemini-2.0-flash-lite | Lightweight fast |