Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/proxy/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
"gpt-5.6-sol": ["openai", "azure", "openrouter"],
"gpt-5.6-terra": ["openai", "azure", "openrouter"],
"gpt-5.6": ["openai", "azure"],
"gpt-5.6-cyber": ["openai", "azure"],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Move provider mappings to the active gateway

This addition, along with the Daybreak mappings below, changes AvailableEndpointTypes, which is the deprecated proxy's provider-routing table. Repository instructions explicitly direct model-routing changes to the parent repository's gateway/ directory, so these edits update only the legacy implementation rather than active production routing; retain the valid catalog additions in model_list.json but apply any required routing changes in the gateway.

AGENTS.md reference: AGENTS.md:L6-L12

Useful? React with 👍 / 👎.

"gpt-5.6-luna": ["openai", "azure", "openrouter"],
"gpt-5.5-2026-04-23": ["openai", "azure"],
"gpt-5.5-pro-2026-04-23": ["openai", "azure"],
Expand Down Expand Up @@ -846,6 +847,8 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
"mistral.magistral-small-2509": ["bedrock"],
"openai/gpt-oss-safeguard-20b": ["groq"],
"chat-latest": ["openai", "azure"],
"daybreak-blue-latest": ["openai", "azure"],
"daybreak-red-latest": ["openai", "azure"],
"databricks-claude-opus-4-7": ["databricks"],
"databricks-claude-sonnet-4-6": ["databricks"],
"databricks-gpt-5-5": ["databricks"],
Expand Down
Loading