File tree Expand file tree Collapse file tree
deepseek/langchain_deepseek/data
openai/langchain_openai/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments