36 lines
847 B
JSON
36 lines
847 B
JSON
{
|
|
"support_provider_types": [
|
|
"custom"
|
|
],
|
|
"system_config": null,
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation"
|
|
],
|
|
"price_config": {
|
|
"ernie-bot-4": {
|
|
"prompt": "0",
|
|
"completion": "0",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"ernie-bot": {
|
|
"prompt": "0.012",
|
|
"completion": "0.012",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"ernie-bot-turbo": {
|
|
"prompt": "0.008",
|
|
"completion": "0.008",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"bloomz-7b": {
|
|
"prompt": "0.006",
|
|
"completion": "0.006",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |