{
  "providers": [
    {
      "id": "openai",
      "name": "OpenAI",
      "base_url": "https://api.openai.com",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 54
    },
    {
      "id": "anthropic",
      "name": "Anthropic",
      "base_url": "https://api.anthropic.com",
      "auth_style": "x-api-key",
      "openai_compatible": false,
      "models_with_pricing": 48
    },
    {
      "id": "google",
      "name": "Google Gemini",
      "base_url": "https://generativelanguage.googleapis.com",
      "auth_style": "x-goog-api-key",
      "openai_compatible": false,
      "models_with_pricing": 20
    },
    {
      "id": "openrouter",
      "name": "OpenRouter",
      "base_url": "https://openrouter.ai/api",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 31
    },
    {
      "id": "mistral",
      "name": "Mistral AI",
      "base_url": "https://api.mistral.ai",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 22
    },
    {
      "id": "groq",
      "name": "Groq",
      "base_url": "https://api.groq.com/openai",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 14
    },
    {
      "id": "together",
      "name": "Together AI",
      "base_url": "https://api.together.xyz",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 13
    },
    {
      "id": "fireworks",
      "name": "Fireworks AI",
      "base_url": "https://api.fireworks.ai/inference",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 10
    },
    {
      "id": "perplexity",
      "name": "Perplexity",
      "base_url": "https://api.perplexity.ai",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 8
    },
    {
      "id": "deepseek",
      "name": "DeepSeek",
      "base_url": "https://api.deepseek.com",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 9
    },
    {
      "id": "xai",
      "name": "xAI",
      "base_url": "https://api.x.ai",
      "auth_style": "bearer",
      "openai_compatible": true,
      "models_with_pricing": 11
    },
    {
      "id": "cohere",
      "name": "Cohere",
      "base_url": "https://api.cohere.com",
      "auth_style": "bearer",
      "openai_compatible": false,
      "models_with_pricing": 11
    }
  ]
}