mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37247)
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
4c593b35fb
commit
7842258866
@@ -2927,6 +2927,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen-plus": {
|
||||
"name": "Qwen: Qwen-Plus",
|
||||
"release_date": "2025-01-25",
|
||||
"last_updated": "2025-01-25",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1000000,
|
||||
"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": False,
|
||||
"tool_calling": True,
|
||||
"structured_output": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen2.5-vl-72b-instruct": {
|
||||
"name": "Qwen2.5 VL 72B Instruct",
|
||||
"release_date": "2025-02-01",
|
||||
@@ -3095,6 +3116,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen3-coder-plus": {
|
||||
"name": "Qwen3 Coder Plus",
|
||||
"release_date": "2025-09-23",
|
||||
"last_updated": "2025-09-23",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 65536,
|
||||
"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": False,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen3-coder:exacto": {
|
||||
"name": "Qwen3 Coder (exacto)",
|
||||
"release_date": "2025-07-23",
|
||||
@@ -3342,6 +3384,26 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"tencent/hy3-preview": {
|
||||
"name": "Hy3 preview",
|
||||
"release_date": "2026-04-20",
|
||||
"last_updated": "2026-04-20",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 256000,
|
||||
"max_output_tokens": 64000,
|
||||
"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": {
|
||||
"name": "Grok 3",
|
||||
"release_date": "2025-02-17",
|
||||
@@ -3629,7 +3691,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"attachment": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"xiaomi/mimo-v2.5": {
|
||||
@@ -3669,7 +3731,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"attachment": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"z-ai/glm-4.5": {
|
||||
|
||||
Reference in New Issue
Block a user