Live catalog
See the live, browsable catalog at infery.ai/models — filter by modality or provider, see capabilities and context lengths. Or fetch programmatically (auth required):Providers
| Provider | Modalities |
|---|---|
| OpenAI | Chat, Vision, Image (gpt-image-2, DALL·E), TTS, STT (Whisper), Video (Sora), Embeddings |
| Anthropic | Chat, Vision, PDF |
| Chat (Gemini), Vision, Image (Gemini Image / Nano Banana 2, Imagen), Video (Veo), TTS, STT | |
| xAI | Chat (Grok), Vision, Image, Video |
| DeepSeek | Chat (R1, V3) |
| Alibaba | Chat (Qwen), Vision, Image (Wan / Qwen Image), Video, TTS, STT |
| Suno | Music |
| Self-hosted | FLUX, Stable Diffusion XL, Whisper, open embedding models |
Common chat slugs
- OpenAI:
gpt-5-4(flagship),gpt-4o,gpt-4o-mini,o1,o3 - Anthropic:
claude-opus-4-7(flagship),claude-opus-4-6,claude-sonnet-4-6,claude-haiku-4-5 - Google:
gemini-2-5-pro,gemini-2-5-flash,gemini-2-0-flash - xAI:
grok-3,grok-3-mini - DeepSeek:
deepseek-v3,deepseek-r1 - Alibaba:
qwen3-max,qwen3-5-plus,qwen-plus,qwen-flash
gpt-4o-2025-04-15 in addition to gpt-4o).
Versioning
Slugs without a date suffix are “latest of that line” (pinned to the currently-best version, updated over time). Slugs with date suffix are frozen — use them for reproducibility when a change in upstream model behaviour would break your app.Capability filtering
Not every model supports every feature. Some models are chat-only, others vision-enabled, others PDF-native. At app startup, callGET /v1/models/{slug} to get supportsVision, supportsPdf, etc. and branch accordingly.
See Capabilities matrix.
