Skip to content

Commit f20b35a

Browse files
committed
fix(anthropic): remove unnecessary blank lines in anthropicModels definition
1 parent e3d608d commit f20b35a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/types/src/providers/anthropic.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const anthropicModels = {
3131
maxTokens: 64_000, // Overridden to 8k if `enableReasoningEffort` is false.
3232
contextWindow: 200_000, // Default 200K, extendable to 1M with beta flag 'context-1m-2025-08-07'
3333
supportsImages: true,
34-
3534
supportsPromptCache: true,
3635
inputPrice: 3.0, // $3 per million input tokens (≤200K context)
3736
outputPrice: 15.0, // $15 per million output tokens (≤200K context)
@@ -53,7 +52,6 @@ export const anthropicModels = {
5352
maxTokens: 8192,
5453
contextWindow: 200_000,
5554
supportsImages: true,
56-
5755
supportsPromptCache: true,
5856
inputPrice: 15.0, // $15 per million input tokens
5957
outputPrice: 75.0, // $75 per million output tokens
@@ -65,7 +63,6 @@ export const anthropicModels = {
6563
maxTokens: 32_000, // Overridden to 8k if `enableReasoningEffort` is false.
6664
contextWindow: 200_000,
6765
supportsImages: true,
68-
6966
supportsPromptCache: true,
7067
inputPrice: 15.0, // $15 per million input tokens
7168
outputPrice: 75.0, // $75 per million output tokens
@@ -77,7 +74,6 @@ export const anthropicModels = {
7774
maxTokens: 128_000, // Unlocked by passing `beta` flag to the model. Otherwise, it's 64k.
7875
contextWindow: 200_000,
7976
supportsImages: true,
80-
8177
supportsPromptCache: true,
8278
inputPrice: 3.0, // $3 per million input tokens
8379
outputPrice: 15.0, // $15 per million output tokens
@@ -90,7 +86,6 @@ export const anthropicModels = {
9086
maxTokens: 8192, // Since we already have a `:thinking` virtual model we aren't setting `supportsReasoningBudget: true` here.
9187
contextWindow: 200_000,
9288
supportsImages: true,
93-
9489
supportsPromptCache: true,
9590
inputPrice: 3.0, // $3 per million input tokens
9691
outputPrice: 15.0, // $15 per million output tokens
@@ -101,7 +96,6 @@ export const anthropicModels = {
10196
maxTokens: 8192,
10297
contextWindow: 200_000,
10398
supportsImages: true,
104-
10599
supportsPromptCache: true,
106100
inputPrice: 3.0, // $3 per million input tokens
107101
outputPrice: 15.0, // $15 per million output tokens

0 commit comments

Comments
 (0)