Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export const endpoints = {
pricing: [
{
threshold: 0,
input: 0.000003,
output: 0.000015,
input: 0.000006, // AWS "Public Extended Access" pricing effective Dec 1, 2025
output: 0.00003,
web_search: 0.01, // $10 per 1000 searches (1:1 USD; 10/1K)
cacheMultipliers: {
cachedInput: 0.1,
Expand Down
6 changes: 3 additions & 3 deletions packages/cost/models/authors/openai/oss/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const endpoints = {
{
threshold: 0,
input: 0.00000015,
output: 0.00000075,
output: 0.0000006,
web_search: 0.01, // $10 per 1000 searches (1:1 USD; 10/1K)
},
],
Expand Down Expand Up @@ -49,8 +49,8 @@ export const endpoints = {
pricing: [
{
threshold: 0,
input: 0.0000001,
output: 0.0000005,
input: 0.000000075,
output: 0.0000003,
web_search: 0.01, // $10 per 1000 searches (1:1 USD; 10/1K)
},
],
Expand Down