#
Model Serving - Active Models
This is the list of AI models currently live and available on the Phoeniqs Model Service. All models are served on Phoeniqs infrastructure through an OpenAI-compatible API and are ready for production use.
For real-time health and availability, see the model status dashboard.
#
Active Models
Input and Output (chf): credits per million tokens. Context window: maximum tokens per API call.
#
Chat
Instruction-following models for assistants, dialogue, and general text tasks.
#
Reasoning
Models for deliberate, step-by-step thinking and chain-of-thought tasks.
#
Multimodal
Vision-language models for image understanding, analysis, and text generation from visual input.
#
Embedding
Convert text into vector representations for semantic search and RAG retrieval.
#
Reranker
Score and reorder retrieved passages by relevance to improve search quality.
#
OCR
Extract text from images and scanned documents using optical character recognition.
#
Vision-language
Parse complex document layouts and extract structured content from PDFs and files.
#
Speech to Text
Transcribe spoken audio into text, including long-form and multilingual speech.
Model Updates and Deprecation Disclaimer We reserve the right to modify, upgrade, or replace any AI models used in our services at any time. This may include deprecating older models and introducing newer versions as we deem necessary to maintain performance, security, and service quality. While we aim to provide notice when feasible, changes may occur without prior notification.
NOTE Pricing is subject to change at our discretion.
#
Active Models by Use Case
The groups below mirror the Active Models sections: every live model appears exactly once, grouped by primary workload.
Chat, assistants, and general text (instruction-following)
Multilingual dialogue, coding help, and broad assistant-style tasks: DeepSeek V3.2, GLM 4.6 (chat; deployed on demand), GPT OSS 120B, Granite 3.3 8B, Mistral 7B Instruct v0.3.Reasoning and chain-of-thought
Deliberate, step-heavy tasks: DeepSeek V4 Flash, GLM 5, Qwen3 8B, QwQ 32B.Multimodal (images and text)
Image+text input and text output, or compact vision-language: Apertus v1.5 70B, Gemma 4 31B, Granite Vision 3.2 2B, Llama 4 Maverick, Llama 4 Scout 17B, Qwen3 VL 235B.RAG (retrieval-augmented generation)
Embeddings, reranking, and retrieval stacks: BGE M3 (embedding), BGE Reranker v2 M3, Granite Embedding 278M, Qwen3 Embedding 8B, Qwen3 Reranker 8B.OCR, layout, and document parsing
Optical compression, layout, and structured document workflows: DeepSeek OCR, MinerU 2.5.Speech
Transcription and speech-centric workflows: Whisper Large v3, Flix Swiss German Full.File conversion To transform files from one format to another, use the Docling service hosted by PHOENIQS Model Service. You can access it via the REST API endpoint: https://maas.phoeniqs.com/v1/convert/file. For implementation details, see the sample API calls.
Agents, tool calling, and orchestration usually pick one primary LLM from the chat or reasoning groups, then add other pieces only when the workflow needs them: multimodal models for image inputs; OCR or MinerU to extract text or structure from documents; and RAG (embedding, reranking) when the agent must retrieve relevant passages from content you have already chunked and indexed.
#
Active Models by Risk
#
Using the models
Looking for ready-to-run examples? See the Model Service Guides:
- How to inference an AI model — what you need to make a call (Base URL, Model Name, API Key).
- Sample API calls — cURL examples for chat, embeddings, multimodal, OCR, and more.