Skip to content
Merged
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 @@ -8266,11 +8266,6 @@ exports[`Registry Snapshots pricing snapshot 1`] = `
"threshold": 0,
"web_search": 0.01,
},
{
"input": 0.000006,
"output": 0.0000225,
"threshold": 200000,
},
],
"bedrock": [
{
Expand All @@ -8283,11 +8278,6 @@ exports[`Registry Snapshots pricing snapshot 1`] = `
"threshold": 0,
"web_search": 0.01,
},
{
"input": 0.000006,
"output": 0.0000225,
"threshold": 200000,
},
],
"helicone": [
{
Expand All @@ -8300,11 +8290,6 @@ exports[`Registry Snapshots pricing snapshot 1`] = `
"output": 0.000015,
"threshold": 0,
},
{
"input": 0.000006,
"output": 0.0000225,
"threshold": 200000,
},
],
"vertex": [
{
Expand All @@ -8317,11 +8302,6 @@ exports[`Registry Snapshots pricing snapshot 1`] = `
"threshold": 0,
"web_search": 0.01,
},
{
"input": 0.000006,
"output": 0.0000225,
"threshold": 200000,
},
],
},
"anthropic/claude-haiku-4-5-20251001": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ export const endpoints = {
write1h: 2.0, // $6.00 / MTok (200% of $3)
},
},
{
threshold: 200000,
input: 0.000006, // $6 / MTok
output: 0.0000225, // $22.50 / MTok
},
],
contextLength: 1000000,
maxCompletionTokens: 64000,
Expand Down Expand Up @@ -61,11 +56,6 @@ export const endpoints = {
write5m: 1.25, // $3.75 / MTok (125% of $3)
},
},
{
threshold: 200000,
input: 0.000006, // $6 / MTok
output: 0.0000225, // $22.50 / MTok
},
],
contextLength: 1000000,
maxCompletionTokens: 64000,
Expand Down Expand Up @@ -103,11 +93,6 @@ export const endpoints = {
write5m: 1.25, // $3.75 / MTok (125% of $3)
},
},
{
threshold: 200000,
input: 0.000006, // $6 / MTok
output: 0.0000225, // $22.50 / MTok
},
],
contextLength: 1000000,
maxCompletionTokens: 64000,
Expand Down Expand Up @@ -144,11 +129,6 @@ export const endpoints = {
write1h: 2.0, // $6.00 / MTok (200% of $3)
},
},
{
threshold: 200000,
input: 0.000006, // $6 / MTok
output: 0.0000225, // $22.50 / MTok
},
],
contextLength: 1000000,
maxCompletionTokens: 64000,
Expand Down
Loading