shenzhen2.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. background: '#c0cdff'
  2. configurate_methods:
  3. - predefined-model
  4. description:
  5. en_US: Models provided by deepseek, such as deepseek-reasoner、deepseek-chat、deepseek-coder.
  6. zh_Hans: 深度求索提供的模型,例如 deepseek-reasoner、deepseek-chat、deepseek-coder 。
  7. extra:
  8. python:
  9. model_sources:
  10. - models/llm/llm.py
  11. provider_source: provider/shenzhen2.py
  12. help:
  13. title:
  14. en_US: Get your API Key from deepseek
  15. zh_Hans: 从深度求索获取 API Key
  16. url:
  17. en_US: https://platform.deepseek.com/api_keys
  18. icon_large:
  19. en_US: icon_l_en.svg
  20. icon_small:
  21. en_US: icon_s_en.svg
  22. label:
  23. en_US: deepseek
  24. zh_Hans: 深圳大数据模型R1
  25. models:
  26. llm:
  27. position: models/llm/_position.yaml
  28. predefined:
  29. - models/llm/*.yaml
  30. provider: deepseek
  31. provider_credential_schema:
  32. credential_form_schemas:
  33. - label:
  34. en_US: API Key
  35. placeholder:
  36. en_US: Enter your API Key
  37. zh_Hans: 在此输入您的 API Key
  38. required: false
  39. type: secret-input
  40. variable: api_key
  41. - label:
  42. en_US: Custom API endpoint URL
  43. zh_Hans: 自定义 API endpoint 地址
  44. placeholder:
  45. en_US: Base URL, e.g. https://api.deepseek.com/v1 or https://api.deepseek.com
  46. zh_Hans: Base URL, e.g. https://api.deepseek.com/v1 or https://api.deepseek.com
  47. required: false
  48. type: text-input
  49. variable: endpoint_url
  50. supported_model_types:
  51. - llm