mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
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>
This commit is contained in:
committed by
GitHub
parent
87ca15da86
commit
01a324af0e
@@ -56,6 +56,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
"MiniMaxAI/MiniMax-M2.7": {
|
||||||
|
"name": "MiniMax-M2.7",
|
||||||
|
"release_date": "2026-03-18",
|
||||||
|
"last_updated": "2026-03-18",
|
||||||
|
"open_weights": True,
|
||||||
|
"max_input_tokens": 204800,
|
||||||
|
"max_output_tokens": 131072,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": False,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": True,
|
||||||
|
"image_outputs": False,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": True,
|
||||||
|
"tool_calling": True,
|
||||||
|
"structured_output": True,
|
||||||
|
"attachment": False,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
||||||
"name": "Qwen3-235B-A22B-Thinking-2507",
|
"name": "Qwen3-235B-A22B-Thinking-2507",
|
||||||
"release_date": "2025-07-25",
|
"release_date": "2025-07-25",
|
||||||
|
|||||||
@@ -2631,6 +2631,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": True,
|
"attachment": True,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
"openrouter/elephant-alpha": {
|
||||||
|
"name": "Elephant (free)",
|
||||||
|
"release_date": "2026-04-13",
|
||||||
|
"last_updated": "2026-04-13",
|
||||||
|
"open_weights": False,
|
||||||
|
"max_input_tokens": 262144,
|
||||||
|
"max_output_tokens": 32768,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": False,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": True,
|
||||||
|
"image_outputs": False,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": True,
|
||||||
|
"tool_calling": True,
|
||||||
|
"structured_output": True,
|
||||||
|
"attachment": False,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"openrouter/free": {
|
"openrouter/free": {
|
||||||
"name": "Free Models Router",
|
"name": "Free Models Router",
|
||||||
"release_date": "2026-02-01",
|
"release_date": "2026-02-01",
|
||||||
@@ -3171,26 +3192,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
"stepfun/step-3.5-flash:free": {
|
|
||||||
"name": "Step 3.5 Flash (free)",
|
|
||||||
"release_date": "2026-01-29",
|
|
||||||
"last_updated": "2026-01-29",
|
|
||||||
"open_weights": True,
|
|
||||||
"max_input_tokens": 256000,
|
|
||||||
"max_output_tokens": 256000,
|
|
||||||
"text_inputs": True,
|
|
||||||
"image_inputs": False,
|
|
||||||
"audio_inputs": False,
|
|
||||||
"video_inputs": False,
|
|
||||||
"text_outputs": True,
|
|
||||||
"image_outputs": False,
|
|
||||||
"audio_outputs": False,
|
|
||||||
"video_outputs": False,
|
|
||||||
"reasoning_output": True,
|
|
||||||
"tool_calling": True,
|
|
||||||
"attachment": False,
|
|
||||||
"temperature": True,
|
|
||||||
},
|
|
||||||
"x-ai/grok-3": {
|
"x-ai/grok-3": {
|
||||||
"name": "Grok 3",
|
"name": "Grok 3",
|
||||||
"release_date": "2025-02-17",
|
"release_date": "2025-02-17",
|
||||||
|
|||||||
Reference in New Issue
Block a user