{
"model": "SparkDeskv2.1",
"messages": [{"role": "user", "content": "Hello!"}]
}
curl --location --request POST 'https://api.gaiasc.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization: Bearer ' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "SparkDeskv2.1",
"messages": [{"role": "user", "content": "Hello!"}]
}'
{"id":"chatcmpl-913a624e4c9d473a933849ffb67a92b1","object":"chat.completion","created":1709530554,"choices":[{"index":0,"message":{"role":"assistant","content":"Hello! How can I assist you today?"},"finish_reason":"stop"}],"usage":{"prompt_tokens":2,"completion_tokens":9,"total_tokens":11}}