Skip to content

Commit fd685fb

Browse files
chore(model-profiles): refresh model profile data (#36482)
Automated refresh of model profile data for all in-monorepo partner integrations via `langchain-profiles refresh`. 🤖 Generated by the `refresh_model_profiles` workflow. Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com>
1 parent edcf34a commit fd685fb

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

libs/partners/anthropic/langchain_anthropic/data/_profiles.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -141,31 +141,6 @@
141141
"image_tool_message": True,
142142
"structured_output": False,
143143
},
144-
"claude-3-7-sonnet-latest": {
145-
"name": "Claude Sonnet 3.7 (latest)",
146-
"release_date": "2025-02-19",
147-
"last_updated": "2025-02-19",
148-
"open_weights": False,
149-
"max_input_tokens": 200000,
150-
"max_output_tokens": 64000,
151-
"text_inputs": True,
152-
"image_inputs": True,
153-
"audio_inputs": False,
154-
"pdf_inputs": True,
155-
"video_inputs": False,
156-
"text_outputs": True,
157-
"image_outputs": False,
158-
"audio_outputs": False,
159-
"video_outputs": False,
160-
"reasoning_output": True,
161-
"tool_calling": True,
162-
"attachment": True,
163-
"temperature": True,
164-
"image_url_inputs": True,
165-
"pdf_tool_message": True,
166-
"image_tool_message": True,
167-
"structured_output": False,
168-
},
169144
"claude-3-haiku-20240307": {
170145
"name": "Claude Haiku 3",
171146
"release_date": "2024-03-13",

libs/partners/openrouter/langchain_openrouter/data/_profiles.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,6 +2924,27 @@
29242924
"attachment": False,
29252925
"temperature": True,
29262926
},
2927+
"qwen/qwen3.6-plus:free": {
2928+
"name": "Qwen3.6 Plus (free)",
2929+
"release_date": "2026-04-02",
2930+
"last_updated": "2026-04-02",
2931+
"open_weights": False,
2932+
"max_input_tokens": 1000000,
2933+
"max_output_tokens": 65536,
2934+
"text_inputs": True,
2935+
"image_inputs": True,
2936+
"audio_inputs": False,
2937+
"video_inputs": True,
2938+
"text_outputs": True,
2939+
"image_outputs": False,
2940+
"audio_outputs": False,
2941+
"video_outputs": False,
2942+
"reasoning_output": True,
2943+
"tool_calling": True,
2944+
"structured_output": True,
2945+
"attachment": True,
2946+
"temperature": True,
2947+
},
29272948
"sourceful/riverflow-v2-fast-preview": {
29282949
"name": "Riverflow V2 Fast Preview",
29292950
"release_date": "2025-12-08",

0 commit comments

Comments
 (0)