Skip to content

Commit 01a324a

Browse files
chore(model-profiles): refresh model profile data (#36720)
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 87ca15d commit 01a324a

2 files changed

Lines changed: 42 additions & 20 deletions

File tree

libs/partners/huggingface/langchain_huggingface/data/_profiles.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,27 @@
5656
"attachment": False,
5757
"temperature": True,
5858
},
59+
"MiniMaxAI/MiniMax-M2.7": {
60+
"name": "MiniMax-M2.7",
61+
"release_date": "2026-03-18",
62+
"last_updated": "2026-03-18",
63+
"open_weights": True,
64+
"max_input_tokens": 204800,
65+
"max_output_tokens": 131072,
66+
"text_inputs": True,
67+
"image_inputs": False,
68+
"audio_inputs": False,
69+
"video_inputs": False,
70+
"text_outputs": True,
71+
"image_outputs": False,
72+
"audio_outputs": False,
73+
"video_outputs": False,
74+
"reasoning_output": True,
75+
"tool_calling": True,
76+
"structured_output": True,
77+
"attachment": False,
78+
"temperature": True,
79+
},
5980
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
6081
"name": "Qwen3-235B-A22B-Thinking-2507",
6182
"release_date": "2025-07-25",

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

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,27 @@
26312631
"attachment": True,
26322632
"temperature": True,
26332633
},
2634+
"openrouter/elephant-alpha": {
2635+
"name": "Elephant (free)",
2636+
"release_date": "2026-04-13",
2637+
"last_updated": "2026-04-13",
2638+
"open_weights": False,
2639+
"max_input_tokens": 262144,
2640+
"max_output_tokens": 32768,
2641+
"text_inputs": True,
2642+
"image_inputs": False,
2643+
"audio_inputs": False,
2644+
"video_inputs": False,
2645+
"text_outputs": True,
2646+
"image_outputs": False,
2647+
"audio_outputs": False,
2648+
"video_outputs": False,
2649+
"reasoning_output": True,
2650+
"tool_calling": True,
2651+
"structured_output": True,
2652+
"attachment": False,
2653+
"temperature": True,
2654+
},
26342655
"openrouter/free": {
26352656
"name": "Free Models Router",
26362657
"release_date": "2026-02-01",
@@ -3171,26 +3192,6 @@
31713192
"attachment": False,
31723193
"temperature": True,
31733194
},
3174-
"stepfun/step-3.5-flash:free": {
3175-
"name": "Step 3.5 Flash (free)",
3176-
"release_date": "2026-01-29",
3177-
"last_updated": "2026-01-29",
3178-
"open_weights": True,
3179-
"max_input_tokens": 256000,
3180-
"max_output_tokens": 256000,
3181-
"text_inputs": True,
3182-
"image_inputs": False,
3183-
"audio_inputs": False,
3184-
"video_inputs": False,
3185-
"text_outputs": True,
3186-
"image_outputs": False,
3187-
"audio_outputs": False,
3188-
"video_outputs": False,
3189-
"reasoning_output": True,
3190-
"tool_calling": True,
3191-
"attachment": False,
3192-
"temperature": True,
3193-
},
31943195
"x-ai/grok-3": {
31953196
"name": "Grok 3",
31963197
"release_date": "2025-02-17",

0 commit comments

Comments
 (0)