Skip to content
Open
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
64 changes: 51 additions & 13 deletions pricing/vertex-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,9 @@
"enterprise_web_search": {
"price": 4.5
}
},
"cache_read_input_token": {
"price": 0.0000075
}
},
"batch_config": {
Expand Down Expand Up @@ -1114,6 +1117,9 @@
"enterprise_web_search": {
"price": 4.5
}
},
"cache_read_input_token": {
"price": 0.00000375
}
},
"batch_config": {
Expand Down Expand Up @@ -1211,7 +1217,7 @@
"price": 1.4
},
"enterprise_web_search": {
"price": 1.4
"price": 4.5
},
"image_token": {
"price": 0.012
Expand Down Expand Up @@ -1560,6 +1566,9 @@
},
"search": {
"price": 1.4
},
"enterprise_web_search": {
"price": 4.5
}
},
"cache_read_input_token": {
Expand Down Expand Up @@ -1602,7 +1611,7 @@
}
},
"cache_read_input_token": {
"price": 0.0000125
"price": 0.000013
}
},
"finetune_config": {
Expand Down Expand Up @@ -2199,7 +2208,7 @@
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.000015
"price": 0.0000015
},
"response_token": {
"price": 0
Expand All @@ -2226,7 +2235,7 @@
},
"additional_units": {
"video_seconds": {
"price": 20
"price": 40
},
"default_duration_seconds": {
"price": 8
Expand All @@ -2249,7 +2258,7 @@
},
"additional_units": {
"video_seconds": {
"price": 10
"price": 15
},
"default_duration_seconds": {
"price": 8
Expand All @@ -2272,7 +2281,7 @@
},
"additional_units": {
"video_seconds": {
"price": 20
"price": 40
},
"default_duration_seconds": {
"price": 8
Expand All @@ -2295,7 +2304,7 @@
},
"additional_units": {
"video_seconds": {
"price": 10
"price": 15
},
"default_duration_seconds": {
"price": 8
Expand All @@ -2318,7 +2327,7 @@
},
"additional_units": {
"video_seconds": {
"price": 20
"price": 40
},
"default_duration_seconds": {
"price": 8
Expand All @@ -2341,7 +2350,7 @@
},
"additional_units": {
"video_seconds": {
"price": 20
"price": 15
},
"default_duration_seconds": {
"price": 8
Expand Down Expand Up @@ -2545,7 +2554,7 @@
},
"additional_units": {
"video_seconds": {
"price": 20
"price": 40
},
"default_duration_seconds": {
"price": 8
Expand Down Expand Up @@ -2578,6 +2587,12 @@
},
"search": {
"price": 1.4
},
"image_token": {
"price": 0.003
},
"enterprise_web_search": {
"price": 4.5
}
}
},
Expand Down Expand Up @@ -2693,6 +2708,9 @@
},
"image_token": {
"price": 0.012
},
"enterprise_web_search": {
"price": 4.5
}
}
},
Expand Down Expand Up @@ -2753,20 +2771,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": 4.5
}
}
},
"batch_config": {
"request_token": {
"price": 0.0000125
"price": 0.000013
},
"response_token": {
"price": 0.000075
Expand All @@ -2792,7 +2813,13 @@
},
"search": {
"price": 1.4
},
"enterprise_web_search": {
"price": 4.5
}
},
"cache_read_input_token": {
"price": 0.000005
}
},
"batch_config": {
Expand Down Expand Up @@ -2932,6 +2959,17 @@
"enterprise_web_search": {
"price": 4.5
}
},
"cache_read_input_token": {
"price": 0.000013
}
},
"batch_config": {
"request_token": {
"price": 0.0000625
},
"response_token": {
"price": 0.0005
}
}
}
Expand All @@ -2940,7 +2978,7 @@
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.00002
"price": 0.02
},
"response_token": {
"price": 0
Expand Down
Loading