Authorization: ********************{
"model": "deepseek-v3",
"messages": [
{
"content": "What is the sun",
"role": "user"
}
]
}curl --location 'https://api-xmodel.nexconn.ai/v1/chat/completions' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"model": "deepseek-v3",
"messages": [
{
"content": "What is the sun",
"role": "user"
}
]
}'{}