GEThttps://api.deepseek.com/models
列出可用的模型列表,并提供相关模型的基本信息。请前往模型 & 价格查看当前支持的模型列表
Responses
- 200
OK, 返回模型列表
- APPLICATION/JSON
- Schema
- Example (from schema)
- Example
SCHEMA
- CURL
- PYTHON
- GO
- NODEJS
- RUBY
- CSHARP
- PHP
- JAVA
- POWERSHELL
- CURL
curl -L -X GET 'https://api.deepseek.com/models' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'