HTTP/1.1 400 Bad Request Date: Thu, 19 Dec 2024 08:39:19 GMT Content-Type: application/json; charset=utf-8 Content-Length: 87 Connection: keep-alive {"code":20012,"message":"Model does not exist. Please check it carefully.","data":null}
RPM /RPD / TPM / TPD / IPM / IPD
curl --request POST \ --url https://api.siliconflow.cn/v1/chat/completions \ --header 'accept: application/json' \ --header 'authorization: Bearer 改成你的apikey' \ --header 'content-type: application/json' \ --data ' { "model": "记得改模型", "messages": [ { "role": "user", "content": "你好" } ], "max_tokens": 128 }' -i