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

Documentation Index

Fetch the complete documentation index at: https://concentrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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,
bedrock,
xai,
ai-studio,
cohere,
mistral,
vertex,
cloudflare,
huggingface,
zai,
minimax,
bluelobster
display_name
string
required
aliases
string[]
required

One of 35 allowed values.

revenue_share
object
required
models_url
string
pricing_url
string