15字以上带图好评后,截图并联系售后客服,再送10元额度,欢迎参与~
<Your API Key>
替换为您的实际API KEYcurl https://tb.api.mkeai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <Your API Key>" \
-d '{
"model": "deepseek-r1-0528",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"stream": false
}'