cURL
curl --request POST \ --url https://api.example.com/v1/fine-tunes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "error": { "message": "<string>", "type": "<string>", "param": "<string>", "code": "<string>" } }
此接口尚未实现
使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx
Authorization: Bearer sk-xxxxxx
The body is of type object.
object
未实现
Show child attributes