feat: add API pricing for antigravity models (#588)

This commit is contained in:
Aadish Verma 2026-01-09 13:20:51 -08:00 committed by GitHub
parent b4b9cc2a80
commit 92eb6665fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 32 deletions

View file

@ -1156,10 +1156,10 @@ export const MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
input: 5,
output: 25,
cacheRead: 0.5,
cacheWrite: 6.25,
},
contextWindow: 200000,
maxTokens: 64000,
@ -1173,10 +1173,10 @@ export const MODELS = {
reasoning: false,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
input: 3,
output: 15,
cacheRead: 0.3,
cacheWrite: 3.75,
},
contextWindow: 200000,
maxTokens: 64000,
@ -1190,10 +1190,10 @@ export const MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
input: 3,
output: 15,
cacheRead: 0.3,
cacheWrite: 3.75,
},
contextWindow: 200000,
maxTokens: 64000,
@ -1207,9 +1207,9 @@ export const MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
input: 0.5,
output: 3,
cacheRead: 0.5,
cacheWrite: 0,
},
contextWindow: 1048576,
@ -1224,10 +1224,10 @@ export const MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
input: 2,
output: 12,
cacheRead: 0.2,
cacheWrite: 2.375,
},
contextWindow: 1048576,
maxTokens: 65535,
@ -1241,10 +1241,10 @@ export const MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
input: 2,
output: 12,
cacheRead: 0.2,
cacheWrite: 2.375,
},
contextWindow: 1048576,
maxTokens: 65535,
@ -1258,8 +1258,8 @@ export const MODELS = {
reasoning: false,
input: ["text"],
cost: {
input: 0,
output: 0,
input: 0.09,
output: 0.36,
cacheRead: 0,
cacheWrite: 0,
},