如果您觉得我们的服务有帮助,欢迎给GitHub项目点个Star!这将帮助更多人发现这个免费资源。
curl https://free.suyu.io/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{ apiKey }}" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "你好 速语"}]
}'