mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
feat(antigravity): replace Claude Opus 4.5 with 4.6 (#1345)
Claude Opus 4.5 has been replaced by Claude Opus 4.6 on the Antigravity (Google Cloud Code Assist) platform. - Update model definition in generate-models.ts - Update generated models output
This commit is contained in:
parent
6a10a82b36
commit
2ae668823c
2 changed files with 5 additions and 5 deletions
|
|
@ -1017,8 +1017,8 @@ async function generateModels() {
|
||||||
maxTokens: 64000,
|
maxTokens: 64000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "claude-opus-4-5-thinking",
|
id: "claude-opus-4-6-thinking",
|
||||||
name: "Claude Opus 4.5 Thinking (Antigravity)",
|
name: "Claude Opus 4.6 Thinking (Antigravity)",
|
||||||
api: "google-gemini-cli",
|
api: "google-gemini-cli",
|
||||||
provider: "google-antigravity",
|
provider: "google-antigravity",
|
||||||
baseUrl: ANTIGRAVITY_ENDPOINT,
|
baseUrl: ANTIGRAVITY_ENDPOINT,
|
||||||
|
|
|
||||||
|
|
@ -2971,9 +2971,9 @@ export const MODELS = {
|
||||||
} satisfies Model<"google-generative-ai">,
|
} satisfies Model<"google-generative-ai">,
|
||||||
},
|
},
|
||||||
"google-antigravity": {
|
"google-antigravity": {
|
||||||
"claude-opus-4-5-thinking": {
|
"claude-opus-4-6-thinking": {
|
||||||
id: "claude-opus-4-5-thinking",
|
id: "claude-opus-4-6-thinking",
|
||||||
name: "Claude Opus 4.5 Thinking (Antigravity)",
|
name: "Claude Opus 4.6 Thinking (Antigravity)",
|
||||||
api: "google-gemini-cli",
|
api: "google-gemini-cli",
|
||||||
provider: "google-antigravity",
|
provider: "google-antigravity",
|
||||||
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue