Skip to content
10 changes: 10 additions & 0 deletions src/oss/deepagents/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ To configure model-specific parameters, use @[init_chat_model] or instantiate a

Deep agents work with any chat model that supports [tool calling](/oss/langchain/models#tool-calling). See [chat model integrations](/oss/integrations/chat) for the full list of supported providers.

### Suggested models

These models perform well on the Deep Agents eval suite, which tests basic agent operations. Passing these evals is necessary but not sufficient for strong performance on longer, more complex tasks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you link the deep agents eval suite? I think that would help


- **[Anthropic](/oss/integrations/providers/anthropic)**: claude-opus-4-6, claude-opus-4-5, claude-sonnet-4-6, claude-sonnet-4, claude-sonnet-4-5, claude-haiku-4-5, claude-opus-4-1
- **[OpenAI](/oss/integrations/providers/openai)**: gpt-5.4, gpt-4o, gpt-4.1, o4-mini, gpt-5.2-codex, gpt-4o-mini, o3
- **[Google](/oss/integrations/providers/google)**: gemini-3-flash-preview, gemini-3.1-pro-preview
- **Open-weight models** (we recommend [Baseten](/oss/integrations/providers/baseten) and [Fireworks](/oss/integrations/providers/fireworks) for fast inference): GLM-5, Kimi-K2.5, MiniMax-M2.5
- **Other open-weight models**: Qwen3.5-397B-A17B, Devstral-2-123B

## Learn more

- [Models in LangChain](/oss/langchain/models): chat model features including tool calling, structured output, and multimodality
Loading