diff --git a/packages/types/src/providers/deepseek.ts b/packages/types/src/providers/deepseek.ts index f9165572353..c5c297cdb94 100644 --- a/packages/types/src/providers/deepseek.ts +++ b/packages/types/src/providers/deepseek.ts @@ -11,6 +11,7 @@ export const deepSeekModels = { contextWindow: 128_000, supportsImages: false, supportsPromptCache: true, + supportsNativeTools: true, inputPrice: 0.56, // $0.56 per million tokens (cache miss) - Updated Sept 5, 2025 outputPrice: 1.68, // $1.68 per million tokens - Updated Sept 5, 2025 cacheWritesPrice: 0.56, // $0.56 per million tokens (cache miss) - Updated Sept 5, 2025 @@ -22,6 +23,7 @@ export const deepSeekModels = { contextWindow: 128_000, supportsImages: false, supportsPromptCache: true, + supportsNativeTools: true, inputPrice: 0.56, // $0.56 per million tokens (cache miss) - Updated Sept 5, 2025 outputPrice: 1.68, // $1.68 per million tokens - Updated Sept 5, 2025 cacheWritesPrice: 0.56, // $0.56 per million tokens (cache miss) - Updated Sept 5, 2025 diff --git a/packages/types/src/providers/doubao.ts b/packages/types/src/providers/doubao.ts index f948450bc42..c822d69f0bc 100644 --- a/packages/types/src/providers/doubao.ts +++ b/packages/types/src/providers/doubao.ts @@ -8,6 +8,7 @@ export const doubaoModels = { contextWindow: 128_000, supportsImages: true, supportsPromptCache: true, + supportsNativeTools: true, inputPrice: 0.0001, // $0.0001 per million tokens (cache miss) outputPrice: 0.0004, // $0.0004 per million tokens cacheWritesPrice: 0.0001, // $0.0001 per million tokens (cache miss) @@ -19,6 +20,7 @@ export const doubaoModels = { contextWindow: 128_000, supportsImages: true, supportsPromptCache: true, + supportsNativeTools: true, inputPrice: 0.0002, // $0.0002 per million tokens outputPrice: 0.0008, // $0.0008 per million tokens cacheWritesPrice: 0.0002, // $0.0002 per million @@ -30,6 +32,7 @@ export const doubaoModels = { contextWindow: 128_000, supportsImages: true, supportsPromptCache: true, + supportsNativeTools: true, inputPrice: 0.00015, // $0.00015 per million tokens outputPrice: 0.0006, // $0.0006 per million tokens cacheWritesPrice: 0.00015, // $0.00015 per million