Skip to content

Commit 5953273

Browse files
committed
fix: update registry snapshots for Claude Sonnet 4.6 helicone endpoint
1 parent 6a4f552 commit 5953273

File tree

1 file changed

+42
-3
lines changed

1 file changed

+42
-3
lines changed

packages/__tests__/cost/__snapshots__/registrySnapshots.test.ts.snap

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,26 @@ exports[`Registry Snapshots endpoint configurations snapshot 1`] = `
11041104
"us-east-1",
11051105
],
11061106
},
1107+
"claude-4.6-sonnet:helicone": {
1108+
"context": 1000000,
1109+
"crossRegion": false,
1110+
"maxTokens": 64000,
1111+
"modelId": "pa/claude-sonnet-4-6",
1112+
"parameters": [
1113+
"include_reasoning",
1114+
"max_tokens",
1115+
"reasoning",
1116+
"stop",
1117+
"temperature",
1118+
"tool_choice",
1119+
"tools",
1120+
],
1121+
"provider": "helicone",
1122+
"ptbEnabled": true,
1123+
"regions": [
1124+
"*",
1125+
],
1126+
},
11071127
"claude-4.6-sonnet:vertex": {
11081128
"context": 1000000,
11091129
"crossRegion": true,
@@ -6977,6 +6997,7 @@ exports[`Registry Snapshots model coverage snapshot 1`] = `
69776997
"anthropic/claude-4.6-sonnet": [
69786998
"anthropic",
69796999
"bedrock",
7000+
"helicone",
69807001
"vertex",
69817002
],
69827003
"anthropic/claude-haiku-4-5-20251001": [
@@ -7862,6 +7883,23 @@ exports[`Registry Snapshots pricing snapshot 1`] = `
78627883
"threshold": 200000,
78637884
},
78647885
],
7886+
"helicone": [
7887+
{
7888+
"cacheMultipliers": {
7889+
"cachedInput": 0.1,
7890+
"write1h": 2,
7891+
"write5m": 1.25,
7892+
},
7893+
"input": 0.000003,
7894+
"output": 0.000015,
7895+
"threshold": 0,
7896+
},
7897+
{
7898+
"input": 0.000006,
7899+
"output": 0.0000225,
7900+
"threshold": 200000,
7901+
},
7902+
],
78657903
"vertex": [
78667904
{
78677905
"cacheMultipliers": {
@@ -9463,6 +9501,7 @@ exports[`Registry Snapshots verify registry state 1`] = `
94639501
"providers": [
94649502
"anthropic",
94659503
"bedrock",
9504+
"helicone",
94669505
"vertex",
94679506
],
94689507
},
@@ -10272,7 +10311,7 @@ exports[`Registry Snapshots verify registry state 1`] = `
1027210311
"provider": "groq",
1027310312
},
1027410313
{
10275-
"modelCount": 48,
10314+
"modelCount": 49,
1027610315
"provider": "helicone",
1027710316
},
1027810317
{
@@ -10423,8 +10462,8 @@ exports[`Registry Snapshots verify registry state 1`] = `
1042310462
"claude-3.5-haiku:anthropic:*",
1042410463
],
1042510464
"totalArchivedConfigs": 0,
10426-
"totalEndpoints": 312,
10427-
"totalModelProviderConfigs": 312,
10465+
"totalEndpoints": 313,
10466+
"totalModelProviderConfigs": 313,
1042810467
"totalModelsWithPtb": 104,
1042910468
"totalProviders": 21,
1043010469
}

0 commit comments

Comments
 (0)