Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December...
# Запрос к API VEGA через amazon/nova-pro-v1
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "amazon/nova-pro-v1",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'