Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions inference/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ W&B Inference provides access to several open-source foundation models. Each mod
| Model | Model ID (for API usage) | Type | Context Window | Parameters | Description |
| ------------------------------- | ---------------------------------------------- | ------------ | -------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| DeepSeek V3.1 | `deepseek-ai/DeepSeek-V3.1` | Text | 161k | 37B-671B (Active-Total) | A large hybrid model that supports both thinking and non-thinking modes via prompt templates. |
| Google Gemma 4 31B | `google/gemma-4-31B-it` | Text, Vision | 262k | 31B (Total) | Gemma 4 31B Dense is designed for advanced reasoning, agentic workflows, and longer context and is natively trained on 140+ languages. |
| Meta Llama 3.3 70B | `meta-llama/Llama-3.3-70B-Instruct` | Text | 128k | 70B (Total) | Multilingual model excelling in conversational tasks, detailed instruction-following, and coding. |
| Meta Llama 3.1 70B | `meta-llama/Llama-3.1-70B-Instruct` | Text | 128k | 70B (Total) | Efficient conversational model optimized for responsive multilingual chatbot interactions. |
| Meta Llama 3.1 8B | `meta-llama/Llama-3.1-8B-Instruct` | Text | 128k | 8B (Total) | Efficient conversational model optimized for responsive multilingual chatbot interactions. |
Expand Down
Loading