{
  "ok": true,
  "version": "2026-03-31-universal-r3",
  "providers": [
    {
      "name": "openai",
      "family": "openai",
      "baseURL": "https://api.openai.com",
      "pathPrefix": "",
      "apiKeyEnv": "OPENAI_API_KEY",
      "gateway": {
        "enabled": false,
        "mode": "custom",
        "slug": "openai",
        "authMode": "forward-provider-key"
      },
      "providerSecretRequired": true,
      "configured": false,
      "routes": {
        "main": "/p/openai/v1/chat/completions",
        "shorthand": "/p/openai/chat/completions"
      }
    },
    {
      "name": "anthropic",
      "family": "anthropic",
      "baseURL": "https://api.anthropic.com",
      "pathPrefix": "",
      "apiKeyEnv": "ANTHROPIC_API_KEY",
      "gateway": {
        "enabled": false,
        "mode": "custom",
        "slug": "anthropic",
        "authMode": "forward-provider-key"
      },
      "providerSecretRequired": true,
      "configured": false,
      "routes": {
        "main": "/p/anthropic/anthropic/v1/messages",
        "shorthand": "/p/anthropic/messages"
      }
    },
    {
      "name": "minimax",
      "family": "anthropic",
      "baseURL": "https://api.minimax.io",
      "pathPrefix": "",
      "apiKeyEnv": "MINIMAX_API_KEY",
      "gateway": {
        "enabled": true,
        "mode": "custom",
        "slug": "minimax-global-anthropic",
        "authMode": "forward-provider-key"
      },
      "providerSecretRequired": true,
      "configured": true,
      "routes": {
        "main": "/p/minimax/anthropic/v1/messages",
        "shorthand": "/p/minimax/messages"
      }
    },
    {
      "name": "gemini",
      "family": "openai",
      "baseURL": "https://generativelanguage.googleapis.com",
      "pathPrefix": "/v1beta/openai",
      "apiKeyEnv": "GEMINI_API_KEY",
      "gateway": {
        "enabled": true,
        "mode": "custom",
        "slug": "gemini",
        "authMode": "forward-provider-key"
      },
      "providerSecretRequired": true,
      "configured": false,
      "routes": {
        "main": "/p/gemini/v1/chat/completions",
        "shorthand": "/p/gemini/chat/completions"
      }
    },
    {
      "name": "qwen",
      "family": "openai",
      "baseURL": "https://coding.dashscope.aliyuncs.com/v1",
      "pathPrefix": "",
      "apiKeyEnv": "QWEN_API_KEY",
      "gateway": {
        "enabled": true,
        "mode": "custom",
        "slug": "xxx",
        "authMode": "forward-provider-key"
      },
      "providerSecretRequired": true,
      "configured": false,
      "routes": {
        "main": "/p/qwen/v1/chat/completions",
        "shorthand": "/p/qwen/chat/completions"
      }
    },
    {
      "name": "glm",
      "family": "openai",
      "baseURL": "https://open.bigmodel.cn",
      "pathPrefix": "/api/paas/v4",
      "apiKeyEnv": "GLM_API_KEY",
      "gateway": {
        "enabled": false,
        "mode": "custom",
        "slug": "glm",
        "authMode": "forward-provider-key"
      },
      "providerSecretRequired": true,
      "configured": false,
      "routes": {
        "main": "/p/glm/v1/chat/completions",
        "shorthand": "/p/glm/chat/completions"
      }
    }
  ],
  "now": "2026-04-13T10:48:39.197Z"
}