diff --git a/src/oss/deepagents/models.mdx b/src/oss/deepagents/models.mdx index 8dfcd44dfb..fe6db262ee 100644 --- a/src/oss/deepagents/models.mdx +++ b/src/oss/deepagents/models.mdx @@ -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](https://github.com/langchain-ai/deepagents/tree/main/libs/deepagents/tests/evals), which tests basic agent operations. Passing these evals is necessary but not sufficient for strong performance on longer, more complex tasks. + +- **[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