mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#36668)
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
9f232caa7a
commit
22f78afb0a
@@ -456,6 +456,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"deepseek/deepseek-r1": {
|
||||
"name": "DeepSeek: R1",
|
||||
"release_date": "2025-01-20",
|
||||
"last_updated": "2025-01-20",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 64000,
|
||||
"max_output_tokens": 16000,
|
||||
"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": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"deepseek/deepseek-r1-distill-llama-70b": {
|
||||
"name": "DeepSeek R1 Distill Llama 70B",
|
||||
"release_date": "2025-01-23",
|
||||
@@ -1400,6 +1421,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"minimax/minimax-m2.5:free": {
|
||||
"name": "MiniMax M2.5 (free)",
|
||||
"release_date": "2026-02-12",
|
||||
"last_updated": "2026-02-12",
|
||||
"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,
|
||||
},
|
||||
"minimax/minimax-m2.7": {
|
||||
"name": "MiniMax M2.7",
|
||||
"release_date": "2026-03-18",
|
||||
@@ -2986,6 +3028,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen3.5-flash-02-23": {
|
||||
"name": "Qwen: Qwen3.5-Flash",
|
||||
"release_date": "2026-02-25",
|
||||
"last_updated": "2026-02-25",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 65536,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"video_inputs": True,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen3.5-plus-02-15": {
|
||||
"name": "Qwen3.5 Plus 2026-02-15",
|
||||
"release_date": "2026-02-16",
|
||||
|
||||
Reference in New Issue
Block a user