mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:10:57 +08:00
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
This reverts commit88a8cf2db6, reversing changes made toca99ea272f.
This commit is contained in:
@@ -26,16 +26,9 @@
|
||||
],
|
||||
"inputPrice": 3.00,
|
||||
"outputPrice": 15.00,
|
||||
"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."
|
||||
}
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "sonar-reasoning-pro",
|
||||
@@ -52,16 +45,9 @@
|
||||
],
|
||||
"inputPrice": 2.00,
|
||||
"outputPrice": 8.00,
|
||||
"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."
|
||||
}
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "sonar",
|
||||
@@ -78,16 +64,9 @@
|
||||
],
|
||||
"inputPrice": 1.00,
|
||||
"outputPrice": 1.00,
|
||||
"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."
|
||||
}
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user