Model categories
Text generation
Chat, instruction-following, and reasoning models from Llama, Mistral, DeepSeek, Qwen, GLM, and Kimi. Suitable for chat completions, agentic pipelines, RAG, and code generation.
Image generation
Diffusion models from the FLUX family for text-to-image generation via the
/v1/images/generations endpoint.Audio / speech
Whisper for automatic speech recognition and Voxtral for advanced audio understanding, available via
/v1/audio/transcriptions.Embeddings
Dense vector embedding models for semantic search, clustering, and retrieval-augmented generation via
/v1/embeddings.Reranking
Cross-encoder reranking models that score document–query relevance for improved RAG precision via
/v1/rerank.Browsing and finding models
Hub UI
The easiest way to explore the full catalog is the Meliai Hub. You can filter by category, provider, and routing flavor, and copy model IDs directly into your code.List all models via API
Fetch the live catalog programmatically with aGET /v1/models request:
Look up a single model
Model IDs
Model IDs follow the formatprovider/model-name, for example:
Use the exact ID returned by
GET /v1/models in your request’s model field.
Routing suffixes on model IDs
Append a colon-separated flavor suffix to any model ID to control how Meliai selects a provider:
For example,
qwen/qwen3-235b-a22b:price routes to the cheapest available European provider for that model. See Routing for the full breakdown.
Meliai does not serve proprietary models such as GPT-4o, Claude, or Gemini. For client compatibility, certain well-known OpenAI and Anthropic model name aliases (e.g.
gpt-4o, claude-3-5-sonnet) are mapped to capable open-weight equivalents — your existing client code continues to work while your requests stay on European open-weight infrastructure.