Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/proxy/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
"gemini-3.5-flash-lite": ["google", "vertex"],
"gemini-3.1-flash-image-preview": ["google"],
"gemini-3.1-flash-lite": ["google"],
"gemini-3.1-flash-lite-preview": ["google"],
"gemini-3.1-flash-lite-preview": ["google", "vertex"],

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 Keep routing changes out of the deprecated proxy

In this repository, provider/routing work is explicitly out of scope for the deprecated proxy, and the only exception called out here is model_list.json. This edit changes AvailableEndpointTypes by widening the short Gemini id to Vertex, so the catalog sync is modifying deprecated proxy routing state rather than just the allowed model catalog; please drop this schema/index.ts change or make any needed routing update in the parent gateway instead.

Useful? React with 👍 / 👎.

"gemini-3.1-pro-preview": ["google"],
"gemini-3.1-pro-preview-customtools": ["google"],
"gemini-3-pro-image-preview": ["google"],
Expand Down
15 changes: 13 additions & 2 deletions packages/proxy/schema/model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7884,14 +7884,22 @@
"flavor": "chat",
"input_cost_per_mil_tokens": 0.1,
"output_cost_per_mil_tokens": 0.1,
"parent": "ministral-8b-latest"
"deprecation_date": "2025-12-31",
"parent": "ministral-8b-latest",
"available_providers": [
"mistral"
]
},
"ministral-3b-2410": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.04,
"output_cost_per_mil_tokens": 0.04,
"parent": "ministral-3b-latest"
"deprecation_date": "2025-12-31",
"parent": "ministral-3b-latest",
"available_providers": [
"mistral"
]
},
"mistral-saba-latest": {
"format": "openai",
Expand Down Expand Up @@ -10764,6 +10772,7 @@
"flavor": "chat",
"input_cost_per_mil_tokens": 0.3,
"output_cost_per_mil_tokens": 0.9,
"deprecation_date": "2025-11-30",
"parent": "codestral-latest",
"fallback_models": [
"publishers/mistralai/models/codestral-2501"
Expand Down Expand Up @@ -10904,6 +10913,7 @@
"input_cost_per_mil_tokens": 0.15,
"output_cost_per_mil_tokens": 0.15,
"displayName": "Pixtral 12B",
"deprecation_date": "2025-12-31",
"max_input_tokens": 128000,
"max_output_tokens": 128000,
"available_providers": [
Expand Down Expand Up @@ -11223,6 +11233,7 @@
"displayName": "Gemini 3.1 Flash-Lite (Preview)",
"reasoning": true,
"reasoning_budget": true,
"deprecated": true,
"fallback_models": [
"publishers/google/models/gemini-3.1-flash-lite-preview"
],
Expand Down