{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "你好"}],
"stream":false,
"temperature": 0.7
}
curl --location --request POST 'https://fast.xeduapi.com/v1/chat/completions' \
--header 'Authorization: Bearer sk-cZXwjmsrZrT8lPVk5bF8E5840760465dAe0d2aCd7e8a0e1c' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "你好"}],
"stream":false,
"temperature": 0.7
}'
{"error":{"message":"当前分组 vip 下对于模型 gpt-3.5-turbo-web 无可用渠道 (request id: 20240607144109311474654YkJeU1Vx)","type":"one_api_error"}}