mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(model-profiles): refresh model profile data (#37051)
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
cd80a805b2
commit
5790244b95
@@ -297,6 +297,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": False,
|
"attachment": False,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
||||||
|
"name": "DeepSeek V4 Pro",
|
||||||
|
"release_date": "2026-04-24",
|
||||||
|
"last_updated": "2026-04-24",
|
||||||
|
"open_weights": True,
|
||||||
|
"max_input_tokens": 1048576,
|
||||||
|
"max_output_tokens": 393216,
|
||||||
|
"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": True,
|
||||||
|
"tool_calling": True,
|
||||||
|
"structured_output": True,
|
||||||
|
"attachment": False,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"moonshotai/Kimi-K2-Instruct": {
|
"moonshotai/Kimi-K2-Instruct": {
|
||||||
"name": "Kimi-K2-Instruct",
|
"name": "Kimi-K2-Instruct",
|
||||||
"release_date": "2025-07-14",
|
"release_date": "2025-07-14",
|
||||||
|
|||||||
@@ -845,6 +845,27 @@ _PROFILES: dict[str, dict[str, Any]] = {
|
|||||||
"attachment": True,
|
"attachment": True,
|
||||||
"temperature": True,
|
"temperature": True,
|
||||||
},
|
},
|
||||||
|
"google/gemini-3.1-flash-image-preview": {
|
||||||
|
"name": "Gemini 3.1 Flash Image Preview (Nano Banana 2)",
|
||||||
|
"release_date": "2026-02-26",
|
||||||
|
"last_updated": "2026-02-26",
|
||||||
|
"open_weights": False,
|
||||||
|
"max_input_tokens": 65536,
|
||||||
|
"max_output_tokens": 65536,
|
||||||
|
"text_inputs": True,
|
||||||
|
"image_inputs": True,
|
||||||
|
"audio_inputs": False,
|
||||||
|
"video_inputs": False,
|
||||||
|
"text_outputs": True,
|
||||||
|
"image_outputs": True,
|
||||||
|
"audio_outputs": False,
|
||||||
|
"video_outputs": False,
|
||||||
|
"reasoning_output": True,
|
||||||
|
"tool_calling": False,
|
||||||
|
"structured_output": True,
|
||||||
|
"attachment": True,
|
||||||
|
"temperature": True,
|
||||||
|
},
|
||||||
"google/gemini-3.1-flash-lite-preview": {
|
"google/gemini-3.1-flash-lite-preview": {
|
||||||
"name": "Gemini 3.1 Flash Lite Preview",
|
"name": "Gemini 3.1 Flash Lite Preview",
|
||||||
"release_date": "2026-03-03",
|
"release_date": "2026-03-03",
|
||||||
|
|||||||
Reference in New Issue
Block a user