mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-16 10:03:39 +00:00
chore(model-profiles): refresh model profile data (#35477)
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
e939c96792
commit
e9794cca81
@@ -708,6 +708,22 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
},
|
||||
"google/gemini-3.1-pro-preview-customtools": {
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 65536,
|
||||
"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": True,
|
||||
"tool_calling": True,
|
||||
"structured_output": True,
|
||||
},
|
||||
"google/gemma-2-9b-it": {
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 8192,
|
||||
|
||||
Reference in New Issue
Block a user