feat: update to June 2026 models (Claude Sonnet 4.6, Gemini 3.5 Flash), add glossary button, and implement cost factor quota & vision fallback
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m4s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m4s
This commit is contained in:
@@ -8,9 +8,9 @@ export const openaiModels = [
|
||||
];
|
||||
|
||||
export const openrouterModels = [
|
||||
{ id: "deepseek/deepseek-chat-v3-0324", name: "DeepSeek V3" },
|
||||
{ id: "anthropic/claude-3.5-haiku", name: "Claude 3.5 Haiku" },
|
||||
{ id: "google/gemini-2.0-flash-001", name: "Gemini 2.0 Flash" },
|
||||
{ id: "google/gemini-3.5-flash", name: "Gemini 3.5 Flash" },
|
||||
{ id: "deepseek/deepseek-chat", name: "DeepSeek Chat" },
|
||||
{ id: "anthropic/claude-sonnet-4.6", name: "Claude Sonnet 4.6" },
|
||||
];
|
||||
|
||||
interface TranslationSettings {
|
||||
|
||||
Reference in New Issue
Block a user