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:
langchain-model-profile-bot[bot]
2026-06-03 10:41:16 -04:00
committed by GitHub
parent eb2dabb8b7
commit 06ab861ace
3 changed files with 53 additions and 25 deletions

View File

@@ -38,6 +38,28 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"devstral-2512": {
"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",
"last_updated": "2025-12-09",
"open_weights": True,
@@ -58,6 +80,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"devstral-medium-2507": {
"name": "Devstral Medium",
"status": "deprecated",
"release_date": "2025-07-10",
"last_updated": "2025-07-10",
"open_weights": True,
@@ -78,6 +101,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"devstral-medium-latest": {
"name": "Devstral 2 (latest)",
"status": "deprecated",
"release_date": "2025-12-02",
"last_updated": "2025-12-02",
"open_weights": True,
@@ -98,6 +122,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"devstral-small-2505": {
"name": "Devstral Small 2505",
"status": "deprecated",
"release_date": "2025-05-07",
"last_updated": "2025-05-07",
"open_weights": True,
@@ -118,6 +143,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"devstral-small-2507": {
"name": "Devstral Small",
"status": "deprecated",
"release_date": "2025-07-10",
"last_updated": "2025-07-10",
"open_weights": True,
@@ -138,6 +164,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
},
"labs-devstral-small-2512": {
"name": "Devstral Small 2",
"status": "deprecated",
"release_date": "2025-12-09",
"last_updated": "2025-12-09",
"open_weights": True,
@@ -498,6 +525,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
"attachment": False,
"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": {
"name": "Mixtral 8x22B",
"release_date": "2024-04-17",