mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37650)
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
33875fde2a
commit
69d9e95ef4
@@ -1356,8 +1356,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-24",
|
||||
"last_updated": "2026-04-24",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 1048575,
|
||||
"max_output_tokens": 131072,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 16384,
|
||||
"text_inputs": True,
|
||||
"image_inputs": False,
|
||||
"audio_inputs": False,
|
||||
@@ -6280,7 +6280,7 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"last_updated": "2026-02-25",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 65536,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -6447,8 +6447,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-27",
|
||||
"last_updated": "2026-04-27",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262140,
|
||||
"max_output_tokens": 262140,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
@@ -6468,8 +6468,8 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"release_date": "2026-04-27",
|
||||
"last_updated": "2026-04-27",
|
||||
"open_weights": True,
|
||||
"max_input_tokens": 262144,
|
||||
"max_output_tokens": 262144,
|
||||
"max_input_tokens": 262140,
|
||||
"max_output_tokens": 262140,
|
||||
"text_inputs": True,
|
||||
"image_inputs": True,
|
||||
"audio_inputs": False,
|
||||
|
||||
Reference in New Issue
Block a user