mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37870)
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
eb2dabb8b7
commit
06ab861ace
@@ -723,27 +723,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"baidu/ernie-4.5-300b-a47b": {
|
||||
"name": "ERNIE 4.5 300B A47B ",
|
||||
"release_date": "2025-06-30",
|
||||
"last_updated": "2025-06-30",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 123000,
|
||||
"max_output_tokens": 12000,
|
||||
"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": False,
|
||||
"structured_output": False,
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"baidu/ernie-4.5-vl-28b-a3b": {
|
||||
"name": "ERNIE 4.5 VL 28B A3B",
|
||||
"release_date": "2025-08-12",
|
||||
@@ -2647,9 +2626,9 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
},
|
||||
"minimax/minimax-m3": {
|
||||
"name": "MiniMax M3",
|
||||
"release_date": "2026-05-31",
|
||||
"last_updated": "2026-05-31",
|
||||
"name": "MiniMax-M3",
|
||||
"release_date": "2026-06-01",
|
||||
"last_updated": "2026-06-01",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 524288,
|
||||
"max_output_tokens": 512000,
|
||||
@@ -2691,6 +2670,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
"mistralai/devstral-2512": {
|
||||
"name": "Devstral 2",
|
||||
"status": "deprecated",
|
||||
"release_date": "2025-12-09",
|
||||
"last_updated": "2025-12-09",
|
||||
"open_weights": True,
|
||||
|
||||
Reference in New Issue
Block a user