Skip to main content
GET
/
v1
/
models
/
providers
cURL
curl --request GET \
  --url https://api.concentrate.ai/v1/models/providers
[
  {
    "display_name": "<string>",
    "aliases": [
      "<string>"
    ]
  }
]

Overview

Retrieve the complete list of AI providers available through Concentrate AI. This endpoint returns all providers with their slugs, display names, and aliases. Use this to understand which providers are available for routing and model selection.

Authentication

This endpoint does not require authentication. You can call it without an API key.

Response

200 - application/json

Default Response

slug
enum<string>
required
Available options:
openai,
anthropic,
azure,
azure-fw,
bedrock,
alibaba,
xai,
ai-studio,
cohere,
mistral,
vertex,
cloudflare,
zai,
minimax,
bluelobster,
deepseek,
deepinfra,
novita,
moonshot,
concentrate
display_name
string
required
aliases
string[]
required

One of 44 allowed values.