Skip to content

Commit 66a3ffd

Browse files
authored
Merge branch 'master' into nh/integration-tests-external-local-deps
2 parents 045a0e3 + cc2feb1 commit 66a3ffd

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

libs/partners/deepseek/langchain_deepseek/data/_profiles.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,25 @@
5656
"attachment": True,
5757
"temperature": True,
5858
},
59+
"deepseek-v4-pro": {
60+
"name": "DeepSeek V4 Pro",
61+
"release_date": "2026-04-24",
62+
"last_updated": "2026-04-24",
63+
"open_weights": True,
64+
"max_input_tokens": 1000000,
65+
"max_output_tokens": 384000,
66+
"text_inputs": True,
67+
"image_inputs": False,
68+
"audio_inputs": False,
69+
"video_inputs": False,
70+
"text_outputs": True,
71+
"image_outputs": False,
72+
"audio_outputs": False,
73+
"video_outputs": False,
74+
"reasoning_output": True,
75+
"tool_calling": True,
76+
"structured_output": True,
77+
"attachment": True,
78+
"temperature": True,
79+
},
5980
}

libs/partners/openai/langchain_openai/data/_profiles.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,32 @@
899899
"image_tool_message": True,
900900
"tool_choice": True,
901901
},
902+
"gpt-5.5": {
903+
"name": "GPT-5.5",
904+
"release_date": "2026-04-23",
905+
"last_updated": "2026-04-23",
906+
"open_weights": False,
907+
"max_input_tokens": 1050000,
908+
"max_output_tokens": 130000,
909+
"text_inputs": True,
910+
"image_inputs": True,
911+
"audio_inputs": False,
912+
"pdf_inputs": True,
913+
"video_inputs": False,
914+
"text_outputs": True,
915+
"image_outputs": False,
916+
"audio_outputs": False,
917+
"video_outputs": False,
918+
"reasoning_output": True,
919+
"tool_calling": True,
920+
"structured_output": True,
921+
"attachment": True,
922+
"temperature": False,
923+
"image_url_inputs": True,
924+
"pdf_tool_message": True,
925+
"image_tool_message": True,
926+
"tool_choice": True,
927+
},
902928
"gpt-image-1": {
903929
"name": "gpt-image-1",
904930
"release_date": "2025-04-24",

0 commit comments

Comments
 (0)