baichuan.json 372 B

123456789101112131415161718
  1. {
  2. "support_provider_types": [
  3. "custom"
  4. ],
  5. "system_config": null,
  6. "model_flexibility": "fixed",
  7. "supported_model_types": [
  8. "text-generation"
  9. ],
  10. "price_config": {
  11. "baichuan2-53b": {
  12. "prompt": "0.01",
  13. "completion": "0.01",
  14. "unit": "0.001",
  15. "currency": "RMB"
  16. }
  17. }
  18. }