{
  "schema_version": "v1",
  "name_for_human": "LLM API Router",
  "name_for_model": "llm_api_router",
  "description_for_human": "An OpenAI-compatible gateway in front of several LLM backends, with per-user API keys.",
  "description_for_model": "Use this router to list available LLM model names and to send chat completions to them through an OpenAI-compatible API. Authenticate with the user's router API key as a bearer token. An MCP server with the same capabilities is available at /mcp.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://llm.nyolab.ai/openapi.json"
  },
  "mcp": {
    "type": "streamable_http",
    "url": "https://llm.nyolab.ai/mcp"
  },
  "logo_url": "https://llm.nyolab.ai/favicon.ico",
  "contact_email": "support@example.com",
  "legal_info_url": "https://llm.nyolab.ai/docs"
}