Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
893214c
Add multi-layer custom_pricing for Vertex AI models
Apr 15, 2026
cf2b578
fix: replace scientific notation with decimal and correct batch cache…
Apr 16, 2026
b0cfe32
fix: correct FP artifacts from sci notation conversion and align imag…
Apr 16, 2026
7b375c6
fix: address remaining PR review comments for vertex-ai custom_pricing
Apr 16, 2026
c3966bd
fix: add missing fields to context_tiers and fix Claude regional roun…
Apr 16, 2026
f48141c
fix: align haiku asia-east1 batch cache_write_input_token rounding
Apr 16, 2026
b71d7f6
fix: correct veo video pricing and add resolution/audio dimensions
Apr 16, 2026
938a6bb
fix: thorough PR review - batch cache_write and general alias gaps
Apr 16, 2026
3cb3291
revert: remove incorrectly added bare-name @ aliases from general/ver…
Apr 16, 2026
4146045
restore: general/vertex-ai.json to original PR state, no formatting c…
Apr 16, 2026
8d31b74
fix: sync base pricing_config with custom_pricing standard mode
Apr 16, 2026
85cbc22
Merge branch 'main' of github.com:Portkey-AI/models into pricing-upda…
b4s36t4 May 6, 2026
6cb4596
feat: add custom pricing configuration for OpenAI flagship models
prabhash-varma May 13, 2026
7b85eb0
add custom pricing for other chat models
prabhash-varma May 13, 2026
bee8e3f
add pricing for video models
prabhash-varma May 14, 2026
871d911
add custom_pricing to openai models
prabhash-varma May 14, 2026
c2de803
Merge branch 'dev' of https://github.com/Portkey-AI/models into dev
prabhash-varma May 14, 2026
769b02b
add custom pricing in openai
prabhash-varma May 14, 2026
cdd3f0d
Merge branch 'dev' into feat/openai-multidim-pricing
prabhash-varma May 14, 2026
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
40 changes: 40 additions & 0 deletions general/vertex-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,46 @@
"type": { "primary": "chat", "supported": ["image", "tools"] },
"disablePlayground": true
},
"gemma-4-26b-it": {
"type": { "primary": "chat" }
},
"gpt-oss-20b-maas": {
"type": { "primary": "chat" }
},
"grok-4.20-maas": {
"type": { "primary": "chat" }
},
"grok-4.1-fast-maas": {
"type": { "primary": "chat" }
},
"deepseek-ocr-maas": {
"type": { "primary": "chat" }
},
"mistral-ocr-2505": {
"type": { "primary": "chat" }
},
"llama-4-scout-17b-16e-instruct-maas": {
"type": { "primary": "chat" }
},
"veo-3.1-lite-generate-preview": {
"type": { "primary": "image" },
"disablePlayground": true
},
"claude-opus-4-6": {
"type": { "primary": "chat", "supported": ["image", "tools"] }
},
"claude-sonnet-4-6": {
"type": { "primary": "chat", "supported": ["image", "tools"] }
},
"claude-opus-4-5-20251101": {
"type": { "primary": "chat", "supported": ["image", "tools"] }
},
"claude-sonnet-4-5-20250929": {
"type": { "primary": "chat", "supported": ["image", "tools"] }
},
"claude-haiku-4-5-20251001": {
"type": { "primary": "chat", "supported": ["image", "tools"] }
},
"semantic-ranker-default": {
"type": { "primary": "rerank" },
"disablePlayground": true
Expand Down
Loading
Loading