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
@@ -38,6 +38,28 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"devstral-2512": {
|
"devstral-2512": {
|
||||||
"name": "Devstral 2",
|
"name": "Devstral 2",
|
||||||
|
"status": "deprecated",
|
||||||
|
"release_date": "2025-12-09",
|
||||||
|
"last_updated": "2025-12-09",
|
||||||
|
"open_weights": True,
|
||||||
|
"max_input_tokens": 262144,
|
||||||
|
"max_output_tokens": 262144,
|
||||||
|
"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,
|
||||||
|
"attachment": False,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
|
"devstral-latest": {
|
||||||
|
"name": "Devstral 2",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-12-09",
|
"release_date": "2025-12-09",
|
||||||
"last_updated": "2025-12-09",
|
"last_updated": "2025-12-09",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
@@ -58,6 +80,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"devstral-medium-2507": {
|
"devstral-medium-2507": {
|
||||||
"name": "Devstral Medium",
|
"name": "Devstral Medium",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-07-10",
|
"release_date": "2025-07-10",
|
||||||
"last_updated": "2025-07-10",
|
"last_updated": "2025-07-10",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
@@ -78,6 +101,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"devstral-medium-latest": {
|
"devstral-medium-latest": {
|
||||||
"name": "Devstral 2 (latest)",
|
"name": "Devstral 2 (latest)",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-12-02",
|
"release_date": "2025-12-02",
|
||||||
"last_updated": "2025-12-02",
|
"last_updated": "2025-12-02",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
@@ -98,6 +122,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"devstral-small-2505": {
|
"devstral-small-2505": {
|
||||||
"name": "Devstral Small 2505",
|
"name": "Devstral Small 2505",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-05-07",
|
"release_date": "2025-05-07",
|
||||||
"last_updated": "2025-05-07",
|
"last_updated": "2025-05-07",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
@@ -118,6 +143,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"devstral-small-2507": {
|
"devstral-small-2507": {
|
||||||
"name": "Devstral Small",
|
"name": "Devstral Small",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-07-10",
|
"release_date": "2025-07-10",
|
||||||
"last_updated": "2025-07-10",
|
"last_updated": "2025-07-10",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
@@ -138,6 +164,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"labs-devstral-small-2512": {
|
"labs-devstral-small-2512": {
|
||||||
"name": "Devstral Small 2",
|
"name": "Devstral Small 2",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-12-09",
|
"release_date": "2025-12-09",
|
||||||
"last_updated": "2025-12-09",
|
"last_updated": "2025-12-09",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
@@ -498,6 +525,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
"open-mistral-nemo": {
|
||||||
|
"name": "Open Mistral Nemo",
|
||||||
|
"status": "deprecated",
|
||||||
|
"release_date": "2024-07-01",
|
||||||
|
"last_updated": "2024-07-01",
|
||||||
|
"open_weights": True,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"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,
|
||||||
|
"attachment": False,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"open-mixtral-8x22b": {
|
"open-mixtral-8x22b": {
|
||||||
"name": "Mixtral 8x22B",
|
"name": "Mixtral 8x22B",
|
||||||
"release_date": "2024-04-17",
|
"release_date": "2024-04-17",
|
||||||
|
|||||||
@@ -723,27 +723,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"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": {
|
"baidu/ernie-4.5-vl-28b-a3b": {
|
||||||
"name": "ERNIE 4.5 VL 28B A3B",
|
"name": "ERNIE 4.5 VL 28B A3B",
|
||||||
"release_date": "2025-08-12",
|
"release_date": "2025-08-12",
|
||||||
@@ -2647,9 +2626,9 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
"minimax/minimax-m3": {
|
"minimax/minimax-m3": {
|
||||||
"name": "MiniMax M3",
|
"name": "MiniMax-M3",
|
||||||
"release_date": "2026-05-31",
|
"release_date": "2026-06-01",
|
||||||
"last_updated": "2026-05-31",
|
"last_updated": "2026-06-01",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
"max_input_tokens": 524288,
|
"max_input_tokens": 524288,
|
||||||
"max_output_tokens": 512000,
|
"max_output_tokens": 512000,
|
||||||
@@ -2691,6 +2670,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
},
|
},
|
||||||
"mistralai/devstral-2512": {
|
"mistralai/devstral-2512": {
|
||||||
"name": "Devstral 2",
|
"name": "Devstral 2",
|
||||||
|
"status": "deprecated",
|
||||||
"release_date": "2025-12-09",
|
"release_date": "2025-12-09",
|
||||||
"last_updated": "2025-12-09",
|
"last_updated": "2025-12-09",
|
||||||
"open_weights": True,
|
"open_weights": True,
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"image_inputs": True,
|
"image_inputs": True,
|
||||||
"audio_inputs": False,
|
"audio_inputs": False,
|
||||||
"pdf_inputs": True,
|
"pdf_inputs": True,
|
||||||
"video_inputs": False,
|
"video_inputs": True,
|
||||||
"text_outputs": False,
|
"text_outputs": False,
|
||||||
"image_outputs": False,
|
"image_outputs": False,
|
||||||
"audio_outputs": False,
|
"audio_outputs": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user