mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-17 13:00:49 +00:00
chore(model-profiles): refresh model profile data (#37231)
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
cccefce0b1
commit
3de039a46a
@@ -2906,6 +2906,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen-3.6-27b": {
|
||||
"name": "Qwen3.6 27B",
|
||||
"release_date": "2026-04-22",
|
||||
"last_updated": "2026-04-22",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 81920,
|
||||
"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": False,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"qwen/qwen2.5-vl-72b-instruct": {
|
||||
"name": "Qwen2.5 VL 72B Instruct",
|
||||
"release_date": "2025-02-01",
|
||||
@@ -3551,9 +3572,9 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
},
|
||||
"xiaomi/mimo-v2-flash": {
|
||||
"name": "MiMo-V2-Flash",
|
||||
"release_date": "2025-12-14",
|
||||
"last_updated": "2025-12-14",
|
||||
"name": "Xiaomi: MiMo-V2-Flash",
|
||||
"release_date": "2025-12-16",
|
||||
"last_updated": "2026-02-04",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 65536,
|
||||
@@ -3567,20 +3588,20 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"xiaomi/mimo-v2-omni": {
|
||||
"name": "MiMo-V2-Omni",
|
||||
"name": "Xiaomi: MiMo-V2-Omni",
|
||||
"release_date": "2026-03-18",
|
||||
"last_updated": "2026-03-18",
|
||||
"open_weights": True,
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 65536,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": True,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
@@ -3588,17 +3609,16 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"xiaomi/mimo-v2-pro": {
|
||||
"name": "MiMo-V2-Pro",
|
||||
"name": "Xiaomi: MiMo-V2-Pro",
|
||||
"release_date": "2026-03-18",
|
||||
"last_updated": "2026-03-18",
|
||||
"open_weights": True,
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 65536,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -3609,21 +3629,20 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": False,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"xiaomi/mimo-v2.5": {
|
||||
"name": "MiMo-V2.5",
|
||||
"name": "Xiaomi: MiMo-V2.5",
|
||||
"release_date": "2026-04-22",
|
||||
"last_updated": "2026-04-22",
|
||||
"open_weights": False,
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
"video_inputs": False,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": True,
|
||||
"video_inputs": True,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
@@ -3634,17 +3653,16 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
},
|
||||
"xiaomi/mimo-v2.5-pro": {
|
||||
"name": "MiMo-V2.5-Pro",
|
||||
"name": "Xiaomi: MiMo-V2.5-Pro",
|
||||
"release_date": "2026-04-22",
|
||||
"last_updated": "2026-04-22",
|
||||
"open_weights": False,
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"video_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
|
||||
Reference in New Issue
Block a user