mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
add support for gpt-5.4
This commit is contained in:
parent
7aed39063b
commit
8a6384a925
4 changed files with 47 additions and 5 deletions
|
|
@ -14,9 +14,9 @@ import type { ModelRegistry } from "./model-registry.js";
|
|||
export const defaultModelPerProvider: Record<KnownProvider, string> = {
|
||||
"amazon-bedrock": "us.anthropic.claude-opus-4-6-v1",
|
||||
anthropic: "claude-opus-4-6",
|
||||
openai: "gpt-5.1-codex",
|
||||
openai: "gpt-5.4",
|
||||
"azure-openai-responses": "gpt-5.2",
|
||||
"openai-codex": "gpt-5.3-codex",
|
||||
"openai-codex": "gpt-5.4",
|
||||
google: "gemini-2.5-pro",
|
||||
"google-gemini-cli": "gemini-2.5-pro",
|
||||
"google-antigravity": "gemini-3.1-pro-high",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue