mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"support_provider_types": [
|
|
"custom"
|
|
],
|
|
"system_config": null,
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation"
|
|
],
|
|
"price_config": {
|
|
"baichuan2-53b": {
|
|
"prompt": "0.01",
|
|
"completion": "0.01",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |