|
|
@@ -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
|