Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-docs-2632.mintlify.app/llms.txt

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

Serverless Inference provides access to several open source foundation models. Each model has different strengths and use cases.

Generally available models

The following models are generally available:
ModelModel ID (for API usage)TypeContext WindowParametersDescription
DeepSeek V4-Flashdeepseek-ai/DeepSeek-V4-FlashText1049k13B-284B (Active-Total)DeepSeek V4-Flash is an MoE model with 1M context length great for coding, reasoning, and agentic workloads.
DeepSeek V4-Prodeepseek-ai/DeepSeek-V4-ProText1049k49B-1.6T (Active-Total)DeepSeek V4-Pro is a 1.6T-parameter MoE model with 49B active parameters excelling at advanced reasoning, coding, and complex agentic workloads.
DeepSeek V3.1deepseek-ai/DeepSeek-V3.1Text161k37B-671B (Active-Total)A large hybrid model that supports both thinking and non-thinking modes via prompt templates.
Google Gemma 4 31Bgoogle/gemma-4-31B-itText, Vision262k31B (Total)Gemma 4 31B Dense is designed for advanced reasoning, agentic workflows, and longer context and is natively trained on 140+ languages.
IBM Granite 4.1 8Bibm-granite/granite-4.1-8bText131k8B (Total)Granite 4.1 8B is a long-context instruct model capable of enhanced tool calling, instruction following, and chat capabilities.
Meta Llama 3.3 70Bmeta-llama/Llama-3.3-70B-InstructText128k70B (Total)Multilingual model excelling in conversational tasks, detailed instruction-following, and coding.
Meta Llama 3.1 70Bmeta-llama/Llama-3.1-70B-InstructText128k70B (Total)Efficient conversational model optimized for responsive multilingual chatbot interactions.
Meta Llama 3.1 8Bmeta-llama/Llama-3.1-8B-InstructText128k8B (Total)Efficient conversational model optimized for responsive multilingual chatbot interactions.
Microsoft Phi 4 Mini 3.8Bmicrosoft/Phi-4-mini-instructText128k3.8B (Total)Compact, efficient model ideal for fast responses in resource-constrained environments.
MiniMax M2.5MiniMaxAI/MiniMax-M2.5Text197k10B-230B (Active-Total)MoE model with a highly sparse architecture designed for high-throughput and low latency with strong coding capabilities.
Moonshot AI Kimi K2.6moonshotai/Kimi-K2.6Text, Vision262k32B-1T (Active-Total)Kimi K2.6 is a multimodal Mixture-of-Experts language model featuring 32 billion activated parameters and a total of 1 trillion parameters.
Moonshot AI Kimi K2.5moonshotai/Kimi-K2.5Text, Vision262k32B-1T (Active-Total)Kimi K2.5 is a multimodal Mixture-of-Experts language model featuring 32 billion activated parameters and a total of 1 trillion parameters.
NVIDIA Nemotron 3 Super 120Bnvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8Text262k12B-120B (Active-Total)Nemotron 3 is a LatentMoE model designed to deliver strong agentic, reasoning, and conversational capabilities.
OpenAI GPT OSS 120Bopenai/gpt-oss-120bText131k5.1B-117B (Active-Total)Efficient Mixture-of-Experts model designed for high-reasoning, agentic and general-purpose use cases.
OpenAI GPT OSS 20Bopenai/gpt-oss-20bText131k3.6B-20B (Active-Total)Lower latency Mixture-of-Experts model trained on OpenAI’s Harmony response format with reasoning capabilities.
OpenPipe Qwen3 14B InstructOpenPipe/Qwen3-14B-InstructText32.8k14.8B (Total)An efficient multilingual, dense, instruction-tuned model, optimized by OpenPipe for building agents with finetuning.
Qwen3.6 35B A3BQwen/Qwen3.6-35B-A3BText, Vision262k3B-35B (Active-Total)Qwen3.6-35B-A3B is an MoE multimodal model with 262K context optimized for agentic coding workflows.
Qwen3.6 27BQwen/Qwen3.6-27BText, Vision262k27B (Total)Qwen3.6-27B is a 27B dense multimodal model with 262K context built for flagship-level agentic coding.
Qwen3.5 35B A3BQwen/Qwen3.5-35B-A3BText, Vision262k3B-35B (Active-Total)Qwen3.5-35B-A3B is an open-weights multimodal MoE model built for efficient, high-throughput inference across chat, reasoning, and agentic tasks.
Qwen3 235B A22B Thinking-2507Qwen/Qwen3-235B-A22B-Thinking-2507Text262k22B-235B (Active-Total)High-performance Mixture-of-Experts model optimized for structured reasoning, math, and long-form generation.
Qwen3 235B A22B-2507Qwen/Qwen3-235B-A22B-Instruct-2507Text262k22B-235B (Active-Total)Efficient multilingual, Mixture-of-Experts, instruction-tuned model, optimized for logical reasoning.
Qwen3 30B A3BQwen/Qwen3-30B-A3B-Instruct-2507Text262k3.3B-30.5B (Active-Total)Qwen3-30B-A3B-Instruct-2507 is a 30.5B MoE instruction-tuned model with enhanced reasoning, coding, and long-context understanding.
Qwen3 Coder 480B A35BQwen/Qwen3-Coder-480B-A35B-InstructText262k35B-480B (Active-Total)Mixture-of-Experts model optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning.
Z.AI GLM 5.1zai-org/GLM-5.1Text203k40B-744B (Active-Total)Powerful MoE model for long-horizon agentic engineering and advanced reasoning.

Experimental models

The following models are experimental:
ModelModel ID (for API usage)TypeContext WindowParametersDescription
Qwen3.5 27BQwen/Qwen3.5-27BText, Vision262k27B (Total)Qwen3.5-27B is a dense model from the Qwen3.5 family built for high performance across a large range of benchmarks.

Deprecated models

The following models are deprecated: None currently

Use model IDs

To specify a model when calling the API, use its Model ID from the preceding tables. For example:
response = client.chat.completions.create(
    model="meta-llama/Llama-3.1-8B-Instruct",
    messages=[...]
)

Next steps

After you’ve chosen a model, continue with one of the following resources: