mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-03 09:56:00 +00:00
chore(model-profiles): refresh model profile data (#37122)
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
cc5a5371a9
commit
fb3ba38ad6
@@ -378,7 +378,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"temperature": True,
|
||||
},
|
||||
"accounts/fireworks/routers/kimi-k2p5-turbo": {
|
||||
"name": "Kimi K2.5 Turbo (firepass)",
|
||||
"name": "Kimi K2.5 Turbo",
|
||||
"release_date": "2026-01-27",
|
||||
"last_updated": "2026-01-27",
|
||||
"open_weights": True,
|
||||
|
||||
@@ -356,13 +356,13 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"mistral-medium-latest": {
|
||||
"name": "Mistral Medium (latest)",
|
||||
"release_date": "2025-05-07",
|
||||
"last_updated": "2025-05-10",
|
||||
"mistral-medium-2604": {
|
||||
"name": "Mistral Medium 3.5",
|
||||
"release_date": "2026-04-29",
|
||||
"last_updated": "2026-04-29",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 16384,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -371,9 +371,31 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
"video_outputs": False,
|
||||
"reasoning_output": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"attachment": False,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"mistral-medium-latest": {
|
||||
"name": "Mistral Medium (latest)",
|
||||
"release_date": "2026-04-29",
|
||||
"last_updated": "2026-04-29",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
"video_inputs": False,
|
||||
"text_outputs": True,
|
||||
"image_outputs": False,
|
||||
"audio_outputs": False,
|
||||
"video_outputs": False,
|
||||
"reasoning_output": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"mistral-nemo": {
|
||||
|
||||
@@ -456,6 +456,26 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-4.3": {
|
||||
"name": "Grok 4.3",
|
||||
"release_date": "2026-05-01",
|
||||
"last_updated": "2026-05-01",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 30000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"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": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"grok-beta": {
|
||||
"name": "Grok Beta",
|
||||
"release_date": "2024-11-01",
|
||||
|
||||
Reference in New Issue
Block a user