Skip to content

Commit 1af0d3f

Browse files
committed
back to anthropic
1 parent 46c4c2b commit 1af0d3f

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

packages/cost/models/authors/anthropic/claude-3.5-haiku/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const endpoints = {
77
provider: "anthropic",
88
author: "anthropic",
99
providerModelId: "claude-3-5-haiku-20241022",
10-
priority: 3,
10+
priority: 2,
1111
pricing: [
1212
{
1313
threshold: 0,
@@ -44,7 +44,7 @@ export const endpoints = {
4444
author: "anthropic",
4545
providerModelId: "claude-3-5-haiku@20241022",
4646
crossRegion: false,
47-
priority: 2,
47+
priority: 3,
4848
pricing: [
4949
{
5050
threshold: 0,

packages/cost/models/authors/anthropic/claude-3.5-sonnet-v2/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const endpoints = {
77
providerModelId: "claude-3-5-sonnet-20241022",
88
provider: "anthropic",
99
author: "anthropic",
10-
priority: 3,
10+
priority: 2,
1111
pricing: [
1212
{
1313
threshold: 0,
@@ -45,7 +45,7 @@ export const endpoints = {
4545
author: "anthropic",
4646
version: "vertex-2023-10-16",
4747
crossRegion: true,
48-
priority: 2,
48+
priority: 3,
4949
pricing: [
5050
{
5151
threshold: 0,

packages/cost/models/authors/anthropic/claude-3.7-sonnet/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const endpoints = {
88
author: "anthropic",
99
providerModelId: "claude-3-7-sonnet-20250219",
1010
version: "20250219",
11-
priority: 3,
11+
priority: 2,
1212
pricing: [
1313
{
1414
threshold: 0,
@@ -47,7 +47,7 @@ export const endpoints = {
4747
providerModelId: "claude-3-7-sonnet@20250219",
4848
version: "vertex-2023-10-16",
4949
crossRegion: true,
50-
priority: 2,
50+
priority: 3,
5151
pricing: [
5252
{
5353
threshold: 0,

packages/cost/models/authors/anthropic/claude-4.5-haiku/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const endpoints = {
77
provider: "anthropic",
88
author: "anthropic",
99
providerModelId: "claude-haiku-4-5-20251001",
10-
priority: 3,
10+
priority: 2,
1111
pricing: [
1212
{
1313
threshold: 0,
@@ -44,7 +44,7 @@ export const endpoints = {
4444
author: "anthropic",
4545
providerModelId: "claude-haiku-4-5@20251001",
4646
crossRegion: false,
47-
priority: 2,
47+
priority: 3,
4848
pricing: [
4949
{
5050
threshold: 0,

packages/cost/models/authors/anthropic/claude-4.5-sonnet/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const endpoints = {
88
provider: "anthropic",
99
author: "anthropic",
1010
version: "20250929",
11-
priority: 3,
11+
priority: 2,
1212
pricing: [
1313
{
1414
threshold: 0,
@@ -51,7 +51,7 @@ export const endpoints = {
5151
version: "vertex-2023-10-16",
5252
ptbEnabled: true,
5353
crossRegion: true,
54-
priority: 2,
54+
priority: 3,
5555
pricing: [
5656
{
5757
threshold: 0,

packages/cost/models/authors/anthropic/claude-opus-4-1/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const endpoints = {
88
provider: "anthropic",
99
author: "anthropic",
1010
version: "20250805",
11-
priority: 3,
11+
priority: 2,
1212
pricing: [
1313
{
1414
threshold: 0,
@@ -48,7 +48,7 @@ export const endpoints = {
4848
version: "vertex-2023-10-16",
4949
ptbEnabled: true,
5050
crossRegion: true,
51-
priority: 2,
51+
priority: 3,
5252
pricing: [
5353
{
5454
threshold: 0,

packages/cost/models/authors/anthropic/claude-opus-4/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const endpoints = {
88
provider: "anthropic",
99
author: "anthropic",
1010
version: "20250514",
11-
priority: 3,
11+
priority: 2,
1212
pricing: [
1313
{
1414
threshold: 0,
@@ -48,7 +48,7 @@ export const endpoints = {
4848
version: "vertex-2023-10-16",
4949
ptbEnabled: true,
5050
crossRegion: true,
51-
priority: 2,
51+
priority: 3,
5252
pricing: [
5353
{
5454
threshold: 0,

packages/cost/models/authors/anthropic/claude-sonnet-4/endpoints.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const endpoints = {
88
provider: "anthropic",
99
author: "anthropic",
1010
version: "20250514",
11-
priority: 3,
11+
priority: 2,
1212
pricing: [
1313
{
1414
threshold: 0,
@@ -54,7 +54,7 @@ export const endpoints = {
5454
version: "vertex-2023-10-16",
5555
ptbEnabled: true,
5656
crossRegion: true,
57-
priority: 2,
57+
priority: 3,
5858
pricing: [
5959
{
6060
threshold: 0,

0 commit comments

Comments
 (0)