> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported LLMs

> The models Verlon AI routes across today — grouped by provider, with links to per-provider references.

Verlon AI ships adapters for four providers and gives you access to **{/* BEGIN generated:models:total */}
214
{/* END generated:models:total */}** language models through a single API. Pick a provider below for its full model list, quickstart, and SDK compatibility notes — or hit the live registry endpoint for machine-readable data (pricing, capabilities, deprecation status).

<CardGroup cols={2}>
  <Card title="OpenAI" href="/provider-compatibility/openai">
    Frontier chat and reasoning across the GPT-4o, GPT-5, and o-series lineups — plus image, audio, TTS, STT, moderation, and embeddings.
  </Card>

  <Card title="Anthropic" href="/provider-compatibility/anthropic">
    The full Claude family — Opus, Sonnet, and Haiku across the 3.5, 4, 4.5, 4.6, 4.7, and 4.8 generations.
  </Card>

  <Card title="Google" href="/provider-compatibility/google">
    Gemini 1.5 through 3.5 (chat and reasoning), plus Gemma open-weights and the full multimodal lineup — image, video, TTS, audio, embeddings.
  </Card>

  <Card title="Mistral" href="/provider-compatibility/mistral">
    Large, Medium, Small, Ministral, Codestral, Devstral, Magistral, and Pixtral — plus embeddings, moderation, OCR, STT, and TTS.
  </Card>
</CardGroup>

## Live registry

For the machine-readable list with per-model pricing, capabilities, context windows, and deprecation status:

```
GET https://api.verlon.ai/v1/registry
```

Public endpoint, no authentication required. Cached for one hour with an ETag; safe to poll from clients and agents. Every Verlon SDK validates `model` values against this registry, and the dashboard's model picker renders directly from it.

<Note>
  Missing a model or provider? Ping us at
  [micah@verlon.ai](mailto:micah@verlon.ai) — most additions ship inside a week.
</Note>
