model-registry: drop google-antigravity from claude family_failover (preparing rip-out)
This commit is contained in:
parent
eed84a2624
commit
233432d486
1 changed files with 3 additions and 4 deletions
|
|
@ -83,13 +83,12 @@ export const PROXY_FAMILY_PRIORITY: ReadonlyArray<{
|
|||
providers: ["google-gemini-cli", "google", "google-vertex"],
|
||||
family_failover: ["github-copilot"],
|
||||
},
|
||||
// Claude: Anthropic is the ONLY direct provider.
|
||||
// google-antigravity and github-copilot re-serve Claude via Google's and
|
||||
// GitHub's own platforms — failover, not direct.
|
||||
// Claude: Anthropic is the ONLY direct provider. github-copilot re-serves
|
||||
// Claude via GitHub's platform as failover.
|
||||
{
|
||||
match: /^claude-/i, prefix: "claude-",
|
||||
providers: ["anthropic"],
|
||||
family_failover: ["google-antigravity", "github-copilot"],
|
||||
family_failover: ["github-copilot"],
|
||||
},
|
||||
// GPT / o-series / codex: OpenAI is direct. azure-openai-responses is
|
||||
// Microsoft's re-serving of OpenAI weights — treated as failover (it is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue