File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 "gpt-4-turbo-2024-04-09" ,
5151 "azure:gpt-4o" ,
5252 "azure:gpt-4o-mini" ,
53+ "azure:gpt-4.1" ,
54+ "azure:gpt-4.1-mini" ,
55+ "azure:gpt-4.1-nano" ,
5356 "azure:o1" ,
57+ "azure:o3" ,
5458 "azure:o1-mini" ,
5559 "azure:o3-mini" ,
60+ "azure:o4-mini" ,
5661 "azure:o1-preview" ,
5762 "Mistral-Nemo" ,
5863 "Mistral-large" ,
7176 "Cohere-command-r-plus-08-2024" ,
7277 "Cohere-command-r" ,
7378 "Cohere-command-r-08-2024" ,
79+ "Cohere-command-a" ,
7480 "AI21-Jamba-1.5-Large" ,
7581 "AI21-Jamba-1.5-Mini" ,
7682 "Phi-4" ,
8288 "Phi-3-mini-4k-instruct" ,
8389 "Phi-3-small-128k-instruct" ,
8490 "Phi-3-small-8k-instruct" ,
91+ "MAI-DS-R1" ,
8592 "DeepSeek-R1" ,
8693 "DeepSeek-V3" ,
8794 "chatglm_turbo" ,
Original file line number Diff line number Diff line change 1313)
1414
1515
16- @link_llm ("azure:o1" )
17- @link_llm ("azure:o3" )
16+ @link_llm ("azure:o" )
1817@link_llm ("azure:gpt" )
1918@link_llm ("Ministral" )
2019@link_llm ("Codestral" )
2423@link_llm ("AI21" )
2524@link_llm ("Phi" )
2625@link_llm ("DeepSeek" )
26+ @link_llm ("MAI" )
2727class AzureOpenAI (AsyncChatOpenAI ):
2828 @staticmethod
2929 async def generate (prompt , ** kwargs ):
You can’t perform that action at this time.
0 commit comments