mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:10:52 +08:00
chore: update field audit tables and provider configs
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,9 +26,16 @@
|
||||
],
|
||||
"inputPrice": 3.00,
|
||||
"outputPrice": 15.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"requestPricingPer1k": {
|
||||
"low": 6,
|
||||
"medium": 10,
|
||||
"high": 14
|
||||
},
|
||||
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "sonar-reasoning-pro",
|
||||
@@ -45,9 +52,16 @@
|
||||
],
|
||||
"inputPrice": 2.00,
|
||||
"outputPrice": 8.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"requestPricingPer1k": {
|
||||
"low": 6,
|
||||
"medium": 10,
|
||||
"high": 14
|
||||
},
|
||||
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "sonar",
|
||||
@@ -64,9 +78,16 @@
|
||||
],
|
||||
"inputPrice": 1.00,
|
||||
"outputPrice": 1.00,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"requestPricingPer1k": {
|
||||
"low": 5,
|
||||
"medium": 8,
|
||||
"high": 12
|
||||
},
|
||||
"pricingNotes": "Total Sonar API cost includes token costs plus a request fee based on search context size."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user