@@ -64,7 +64,22 @@ const aiGatewayPlugin: IntegrationPlugin = {
6464 type : "select" ,
6565 defaultValue : "meta/llama-4-scout" ,
6666 options : [
67+ // Current models
68+ { value : "anthropic/claude-sonnet-4.5" , label : "Claude Sonnet 4.5" } ,
69+ { value : "anthropic/claude-haiku-4.5" , label : "Claude Haiku 4.5" } ,
6770 { value : "anthropic/claude-opus-4.5" , label : "Claude Opus 4.5" } ,
71+ { value : "meta/llama-4-scout" , label : "Llama 4 Scout" } ,
72+ { value : "meta/llama-4-maverick" , label : "Llama 4 Maverick" } ,
73+ { value : "openai/gpt-5.2" , label : "GPT-5.2" } ,
74+ { value : "openai/gpt-5.2-pro" , label : "GPT-5.2 Pro" } ,
75+ {
76+ value : "google/gemini-3-pro-preview" ,
77+ label : "Gemini 3 Pro Preview" ,
78+ } ,
79+ { value : "google/gemini-2.5-flash-lite" , label : "Gemini 2.5 Flash Lite" } ,
80+ { value : "google/gemini-2.5-flash" , label : "Gemini 2.5 Flash" } ,
81+ { value : "google/gemini-2.5-pro" , label : "Gemini 2.5 Pro" } ,
82+ // Legacy models (kept for backwards compatibility)
6883 { value : "anthropic/claude-sonnet-4.0" , label : "Claude Sonnet 4.0" } ,
6984 {
7085 value : "anthropic/claude-3.5-sonnet-20241022" ,
@@ -83,7 +98,6 @@ const aiGatewayPlugin: IntegrationPlugin = {
8398 value : "google/gemini-2.0-flash-lite" ,
8499 label : "Gemini 2.0 Flash Lite" ,
85100 } ,
86- { value : "meta/llama-4-scout" , label : "Llama 4 Scout" } ,
87101 { value : "meta/llama-4-instruct" , label : "Llama 4 Instruct" } ,
88102 ] ,
89103 } ,
0 commit comments