Skip to content
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
a1a3f5f
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 17, 2026
53b3f5d
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 17, 2026
52dbf8e
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 18, 2026
f19c6a3
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 18, 2026
a6e1035
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 18, 2026
91c6f2a
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 19, 2026
d32f719
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 19, 2026
6a7c7e8
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 19, 2026
916ddaf
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 20, 2026
fa02c68
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 21, 2026
7320d33
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 21, 2026
3604db1
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 22, 2026
d31b801
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 22, 2026
a267566
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 23, 2026
04933eb
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 24, 2026
2dd50e4
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 24, 2026
21a3a64
chore(pricing): Update vertex-ai pricing
siddharthsambharia-portkey Mar 24, 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
35 changes: 29 additions & 6 deletions pricing/vertex-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,9 @@
},
"search": {
"price": 1.4
},
"enterprise_web_search": {
"price": 1.4
}
},
"cache_read_input_token": {
Expand Down Expand Up @@ -1602,7 +1605,7 @@
}
},
"cache_read_input_token": {
"price": 0.0000125
"price": 0.000013
}
},
"finetune_config": {
Expand Down Expand Up @@ -2341,7 +2344,7 @@
},
"additional_units": {
"video_seconds": {
"price": 20
"price": 10
},
"default_duration_seconds": {
"price": 8
Expand Down Expand Up @@ -2522,7 +2525,7 @@
},
"additional_units": {
"video_seconds": {
"price": 15
"price": 10
},
"default_duration_seconds": {
"price": 8
Expand Down Expand Up @@ -2578,6 +2581,9 @@
},
"search": {
"price": 1.4
},
"enterprise_web_search": {
"price": 1.4
}
}
},
Expand Down Expand Up @@ -2693,6 +2699,9 @@
},
"image_token": {
"price": 0.012
},
"enterprise_web_search": {
"price": 1.4
}
}
},
Expand Down Expand Up @@ -2753,20 +2762,23 @@
"price": 0.000025
},
"cache_read_input_token": {
"price": 0.0000025
"price": 0.000003
},
"additional_units": {
"web_search": {
"price": 1.4
},
"search": {
"price": 1.4
},
"enterprise_web_search": {
"price": 1.4
}
}
},
"batch_config": {
"request_token": {
"price": 0.0000125
"price": 0.000013
},
"response_token": {
"price": 0.000075
Expand All @@ -2792,6 +2804,9 @@
},
"search": {
"price": 1.4
},
"enterprise_web_search": {
"price": 1.4
}
}
},
Expand Down Expand Up @@ -2940,7 +2955,15 @@
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.00002
"price": 0.000015
},
"response_token": {
"price": 0
}
},
"batch_config": {
"request_token": {
"price": 0.000012
},
"response_token": {
"price": 0
Expand Down
Loading