Skip to content
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c6a4d6a
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 17, 2026
85c4fa2
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 17, 2026
f53f049
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 18, 2026
99c93ec
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 18, 2026
2759e7e
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 19, 2026
1a4268f
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 19, 2026
4fad807
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 20, 2026
f7ee148
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 20, 2026
da0053e
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 20, 2026
b8ac4d6
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 20, 2026
623aa94
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 21, 2026
4c51952
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 21, 2026
b5709d9
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 21, 2026
37a74f1
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 22, 2026
8562038
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 22, 2026
24559f7
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 22, 2026
cd3d72c
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 22, 2026
400dfe2
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 23, 2026
de5f595
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 23, 2026
52c8e01
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 23, 2026
87835e2
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 24, 2026
60f6b27
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 24, 2026
7e7f568
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 24, 2026
ff91f2c
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 24, 2026
30eee71
chore(pricing): Update google pricing
siddharthsambharia-portkey Mar 25, 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
54 changes: 53 additions & 1 deletion pricing/google.json
Original file line number Diff line number Diff line change
Expand Up @@ -3052,6 +3052,9 @@
"batch_config": {
"request_token": {
"price": 0.0000075
},
"response_token": {
"price": 0
}
}
}
Expand All @@ -3069,6 +3072,9 @@
"batch_config": {
"request_token": {
"price": 0.0000075
},
"response_token": {
"price": 0
}
}
}
Expand Down Expand Up @@ -3134,5 +3140,51 @@
}
}
}
},
"gemini-embedding-2-preview-lte-128k": {
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.00002
},
"response_token": {
"price": 0
},
"additional_units": {
"input_image": {
"price": 0.45
},
"input_audio": {
"price": 6.5
},
"input_video": {
"price": 12
}
}
}
}
},
"gemini-embedding-2-preview-gt-128k": {
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.00002
},
"response_token": {
"price": 0
},
"additional_units": {
"input_image": {
"price": 0.45
},
"input_audio": {
"price": 6.5
},
"input_video": {
"price": 12
}
}
}
}
}
}
}
Loading