mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
refactor: update Antigravity model configurations and pricing
This commit is contained in:
@@ -128,12 +128,10 @@ export const CLI_TOOLS = {
|
||||
color: "#4285F4",
|
||||
description: "Google Antigravity IDE with MITM",
|
||||
configType: "mitm",
|
||||
modelAliases: ["claude-opus-4-5-thinking", "claude-sonnet-4-5-thinking", "claude-sonnet-4-5", "gemini-3-pro-high"],
|
||||
modelAliases: ["claude-opus-4-6-thinking", "claude-sonnet-4-6-thinking", "gemini-3-pro-high"],
|
||||
defaultModels: [
|
||||
{ id: "claude-opus-4-5-thinking", name: "Claude Opus 4.5 Thinking", alias: "claude-opus-4-5-thinking" },
|
||||
{ id: "claude-opus-4-6-thinking", name: "Claude Opus 4.6 Thinking", alias: "claude-opus-4-6-thinking" },
|
||||
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6", alias: "claude-sonnet-4-6" },
|
||||
{ id: "claude-sonnet-4-5-thinking", name: "Claude Sonnet 4.5 Thinking", alias: "claude-sonnet-4-5-thinking" },
|
||||
{ id: "claude-sonnet-4-5", name: "Claude Sonnet 4.5", alias: "claude-sonnet-4-5" },
|
||||
{ id: "gemini-3-pro-high", name: "Gemini 3 Pro High", alias: "gemini-3-pro-high" },
|
||||
{ id: "gemini-3-flash", name: "Gemini 3 Flash", alias: "gemini-3-flash" },
|
||||
],
|
||||
|
||||
@@ -335,14 +335,7 @@ export const DEFAULT_PRICING = {
|
||||
reasoning: 3.75,
|
||||
cache_creation: 0.30
|
||||
},
|
||||
"claude-sonnet-4-5": {
|
||||
input: 3.00,
|
||||
output: 15.00,
|
||||
cached: 0.30,
|
||||
reasoning: 22.50,
|
||||
cache_creation: 3.00
|
||||
},
|
||||
"claude-sonnet-4-5-thinking": {
|
||||
"claude-sonnet-4-6": {
|
||||
input: 3.00,
|
||||
output: 15.00,
|
||||
cached: 0.30,
|
||||
|
||||
Reference in New Issue
Block a user