mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-03 03:38:08 +08:00
36 lines
795 B
JSON
36 lines
795 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"free"
|
|
],
|
|
"quota_unit": "tokens"
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation",
|
|
"embeddings"
|
|
],
|
|
"price_config": {
|
|
"abab5.5-chat": {
|
|
"prompt": "0.015",
|
|
"completion": "0.015",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"abab5-chat": {
|
|
"prompt": "0.015",
|
|
"completion": "0.015",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"embo-01": {
|
|
"completion": "0",
|
|
"unit": "0.0001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |