@@ -21,12 +21,13 @@ import { AGENT_VIEW_KIND } from "./view-instance-helpers";
2121const DEFAULT_MODEL_ID = "z-ai/glm-4.6" ;
2222const DEFAULT_PLACEHOLDER = "Ask Flashtype to..." ;
2323const AVAILABLE_MODELS = [
24- { id : "anthropic/claude-4.5-sonnet" , label : "Claude 4.5 Sonnet" } ,
25- { id : "google/gemini-2.5-pro" , label : "Gemini 2.5 Pro" } ,
26- { id : "google/gemini-2.5-flash" , label : "Gemini 2.5 Flash" } ,
27- { id : "z-ai/glm-4.6" , label : "GLM 4.6 by ZAI" } ,
28- { id : "x-ai/grok-code-fast-1" , label : "Grok Code Fast 1" } ,
29- { id : "openai/gpt-5" , label : "GPT-5" } ,
24+ { id : "anthropic/claude-4.5-sonnet" , label : "Claude 4.5 Sonnet" } ,
25+ { id : "google/gemini-3-pro-preview" , label : "Gemini 3 Pro Preview" } ,
26+ { id : "google/gemini-2.5-pro" , label : "Gemini 2.5 Pro" } ,
27+ { id : "google/gemini-2.5-flash" , label : "Gemini 2.5 Flash" } ,
28+ { id : "z-ai/glm-4.6" , label : "GLM 4.6 by ZAI" } ,
29+ { id : "x-ai/grok-code-fast-1" , label : "Grok Code Fast 1" } ,
30+ { id : "openai/gpt-5" , label : "GPT-5" } ,
3031 { id : "openai/gpt-5-codex" , label : "GPT-5 Codex" } ,
3132] as const ;
3233const OPENROUTER_KEY_STORAGE_KEY = "flashtype_agent_openrouter_api_key" ;
0 commit comments