Skip to main content
GET
/
v1
/
llm-router
/
model-catalog
Get eachlabs-llm-router model catalog
curl --request GET \
  --url https://api.eachlabs.ai/v1/llm-router/model-catalog
{
  "slug": "eachlabs-llm-router",
  "version": 1,
  "updated_at": "2026-05-24",
  "model_enum": [
    "openai/gpt-5.2",
    "anthropic/claude-sonnet-4-6"
  ],
  "request_schema": {},
  "models": [
    {
      "id": "openai/gpt-5.2",
      "status": "visible",
      "family": "openai",
      "canonical_provider": "openrouter",
      "canonical_target_model": "openai/gpt-5.2",
      "routing_policy": "explicit_route",
      "legacy_requesty": true,
      "title": "GPT-5.2",
      "description": "<string>",
      "faqs": [
        {
          "question": "<string>",
          "answer": "<string>"
        }
      ],
      "readme_md": "<string>"
    }
  ]
}

Documentation Index

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

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

Response

LLM router model catalog retrieved successfully

slug
string
Example:

"eachlabs-llm-router"

source
enum<string>
Available options:
catalog,
odoo_fallback
version
integer
Example:

1

updated_at
string
Example:

"2026-05-24"

model_enum
string[]
Example:
[
"openai/gpt-5.2",
"anthropic/claude-sonnet-4-6"
]
request_schema
object

JSON Schema fragment containing the generated model enum.

models
object[]
Last modified on May 28, 2026