{
  "schema_version": "v1",
  "name_for_human": "OauthRouter",
  "name_for_model": "oauthrouter",
  "description_for_human": "Route AI models through your own API keys or OAuth tokens. OpenAI-compatible.",
  "description_for_model": "OauthRouter is an OpenAI-compatible LLM router. Users bring their own API keys or OAuth tokens for any of 11+ providers (Anthropic, OpenAI, Google, Mistral, Groq, xAI, DeepSeek, Together, Cohere, Cloudflare AI, OpenRouter) and get a single unified endpoint at https://api.oauthrouter.com/v1/chat/completions. Use Bearer authentication with an lr_live_ prefixed token. Model format: provider/model-name (e.g. anthropic/claude-sonnet-4-5) or plain model-name.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://oauthrouter.com/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://oauthrouter.com/favicon.ico",
  "contact_email": "support@oauthrouter.com",
  "legal_info_url": "https://oauthrouter.com"
}