mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37852)
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
dfca7f4424
commit
7a74eeb33c
@@ -1190,8 +1190,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2025-12-01",
|
||||
"last_updated": "2025-12-01",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 65536,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 64000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -1290,50 +1290,6 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"google/gemini-2.0-flash-001": {
|
||||
"name": "Gemini 2.0 Flash",
|
||||
"release_date": "2025-02-05",
|
||||
"last_updated": "2025-02-05",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 8192,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"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,
|
||||
},
|
||||
"google/gemini-2.0-flash-lite-001": {
|
||||
"name": "Gemini 2.0 Flash Lite",
|
||||
"release_date": "2025-02-25",
|
||||
"last_updated": "2025-02-25",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 8192,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": True,
|
||||
"pdf_inputs": True,
|
||||
"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,
|
||||
},
|
||||
"google/gemini-2.5-flash": {
|
||||
"name": "Gemini 2.5 Flash",
|
||||
"release_date": "2025-03-20",
|
||||
@@ -2690,6 +2646,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"attachment": False,
|
||||
"temperature": True,
|
||||
},
|
||||
"minimax/minimax-m3": {
|
||||
"name": "MiniMax M3",
|
||||
"release_date": "2026-05-31",
|
||||
"last_updated": "2026-05-31",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 524288,
|
||||
"max_output_tokens": 512000,
|
||||
"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": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": False,
|
||||
"attachment": True,
|
||||
"temperature": True,
|
||||
},
|
||||
"mistralai/codestral-2508": {
|
||||
"name": "Codestral 2508",
|
||||
"release_date": "2025-08-01",
|
||||
@@ -5542,8 +5519,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2025-07-29",
|
||||
"last_updated": "2025-07-29",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 32000,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -7078,7 +7055,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-02-11",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 202752,
|
||||
"max_output_tokens": 131000,
|
||||
"max_output_tokens": 16384,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -7120,7 +7097,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-03-27",
|
||||
"open_weights": False,
|
||||
"max_input_tokens": 202752,
|
||||
"max_output_tokens": 202800,
|
||||
"max_output_tokens": 131072,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
|
||||
Reference in New Issue
Block a user