[PR #1203] [MERGED] chore: use latest chat model names #1375

Closed
opened 2026-02-17 17:22:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1203
Author: @mdrxy
Created: 10/30/2025
Status: Merged
Merged: 10/30/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/chat-model-names


📝 Commits (1)

  • 61cf931 chore: use latest chat model names

📊 Changes

78 files changed (+456 additions, -419 deletions)

View changed files

📝 src/langsmith/define-target-function.mdx (+1 -1)
📝 src/langsmith/evaluate-complex-agent.mdx (+2 -2)
📝 src/langsmith/evaluate-graph.mdx (+2 -2)
📝 src/langsmith/generative-ui-react.mdx (+2 -2)
📝 src/langsmith/human-in-the-loop-time-travel.mdx (+1 -1)
📝 src/langsmith/log-llm-trace.mdx (+1 -1)
📝 src/langsmith/manage-prompts-programmatically.mdx (+1 -1)
📝 src/langsmith/observability-studio.mdx (+2 -2)
📝 src/langsmith/server-mcp.mdx (+1 -1)
📝 src/langsmith/streaming.mdx (+1 -1)
📝 src/langsmith/test-react-agent-pytest.mdx (+2 -2)
📝 src/langsmith/trace-claude-agent-sdk.mdx (+1 -1)
📝 src/langsmith/trajectory-evals.mdx (+8 -8)
📝 src/oss/concepts/context.mdx (+5 -3)
📝 src/oss/deepagents/customization.mdx (+1 -1)
📝 src/oss/deepagents/human-in-the-loop.mdx (+1 -1)
📝 src/oss/deepagents/middleware.mdx (+7 -7)
📝 src/oss/deepagents/subagents.mdx (+4 -4)
📝 src/oss/javascript/integrations/chat/anthropic.mdx (+13 -13)
📝 src/oss/javascript/migrate/langchain-v1.mdx (+14 -14)

...and 58 more files

📄 Description

  • use latest chat model in examples to highlight support
  • drop prefixed openai: and anthropic: where possible due to dynamic routing
  • standardize on full model name instead of aliases (for easier future updates)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1203 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/chat-model-names` --- ### 📝 Commits (1) - [`61cf931`](https://github.com/langchain-ai/docs/commit/61cf931aba6ce0fcea940ebfbb58473edfc3492a) chore: use latest chat model names ### 📊 Changes **78 files changed** (+456 additions, -419 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/define-target-function.mdx` (+1 -1) 📝 `src/langsmith/evaluate-complex-agent.mdx` (+2 -2) 📝 `src/langsmith/evaluate-graph.mdx` (+2 -2) 📝 `src/langsmith/generative-ui-react.mdx` (+2 -2) 📝 `src/langsmith/human-in-the-loop-time-travel.mdx` (+1 -1) 📝 `src/langsmith/log-llm-trace.mdx` (+1 -1) 📝 `src/langsmith/manage-prompts-programmatically.mdx` (+1 -1) 📝 `src/langsmith/observability-studio.mdx` (+2 -2) 📝 `src/langsmith/server-mcp.mdx` (+1 -1) 📝 `src/langsmith/streaming.mdx` (+1 -1) 📝 `src/langsmith/test-react-agent-pytest.mdx` (+2 -2) 📝 `src/langsmith/trace-claude-agent-sdk.mdx` (+1 -1) 📝 `src/langsmith/trajectory-evals.mdx` (+8 -8) 📝 `src/oss/concepts/context.mdx` (+5 -3) 📝 `src/oss/deepagents/customization.mdx` (+1 -1) 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+1 -1) 📝 `src/oss/deepagents/middleware.mdx` (+7 -7) 📝 `src/oss/deepagents/subagents.mdx` (+4 -4) 📝 `src/oss/javascript/integrations/chat/anthropic.mdx` (+13 -13) 📝 `src/oss/javascript/migrate/langchain-v1.mdx` (+14 -14) _...and 58 more files_ </details> ### 📄 Description - use latest chat model in examples to highlight support - drop prefixed `openai:` and `anthropic:` where possible due to dynamic routing - standardize on full model name instead of aliases (for easier future updates) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:15 -05:00
yindo closed this issue 2026-02-17 17:22:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1375