Gọi request tới AI Gateway


Last updated
curl -X POST https://user-60108-gateway-0b50037b-93.ai-gateway.vngcloud.vn/deepseek/deepseek-chat/chat/completions \
--header 'Authorization: Bearer {AUTHENTICATION_TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
"model": "deepseek-chat",
"messages": [
{
"role": "user",
"content": "What is AI?"
}
]
}'Authorization: Bearer {AUTHENTICATION_TOKEN}cf-aig-authorization: Bearer {AUTHENTICATION_TOKEN}