mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 20:53:50 +08:00
feat(compute): 声明 Anthropic thinking 回放能力 (#87)
Co-authored-by: yige <yige@yigedeMacBook-Neo.local>
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
"inputPrice": 10,
|
||||
"outputPrice": 50,
|
||||
"extra": {
|
||||
"thinkingRoundTrip": {
|
||||
"enabled": true,
|
||||
"protocol": "anthropic-messages",
|
||||
"allowEmptySignature": false,
|
||||
"scope": "active-tool-turn"
|
||||
},
|
||||
"serverSideWebSearch": {
|
||||
"enabled": true,
|
||||
"dialect": "anthropic-messages",
|
||||
@@ -83,6 +89,12 @@
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 25,
|
||||
"extra": {
|
||||
"thinkingRoundTrip": {
|
||||
"enabled": true,
|
||||
"protocol": "anthropic-messages",
|
||||
"allowEmptySignature": false,
|
||||
"scope": "active-tool-turn"
|
||||
},
|
||||
"serverSideWebSearch": {
|
||||
"enabled": true,
|
||||
"dialect": "anthropic-messages",
|
||||
@@ -136,6 +148,12 @@
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 10,
|
||||
"extra": {
|
||||
"thinkingRoundTrip": {
|
||||
"enabled": true,
|
||||
"protocol": "anthropic-messages",
|
||||
"allowEmptySignature": false,
|
||||
"scope": "active-tool-turn"
|
||||
},
|
||||
"serverSideWebSearch": {
|
||||
"enabled": true,
|
||||
"dialect": "anthropic-messages",
|
||||
@@ -187,6 +205,12 @@
|
||||
"outputPrice": 5,
|
||||
"defaultTemperature": 1,
|
||||
"extra": {
|
||||
"thinkingRoundTrip": {
|
||||
"enabled": true,
|
||||
"protocol": "anthropic-messages",
|
||||
"allowEmptySignature": false,
|
||||
"scope": "active-tool-turn"
|
||||
},
|
||||
"modelId": "claude-haiku-4-5-20251001",
|
||||
"cachePricing": {
|
||||
"write5m": 1.25,
|
||||
|
||||
Reference in New Issue
Block a user