Nova-Premier-1.0

Nova-Premier-1.0

Provider: Amazon
Category: Text Generation
Endpoint: POST /v1/chat/completions
Context window: 1M
Served from:

Most capable model in the family. Multimodal text/image/video on a 1M context with chain-of-thought reasoning across tools and data sources.

At a glance

FieldValue
Model idnova-premier-1-0
Input modalitiestext, image, video
Output modalitiestext
Context window1M
Region
Featuresvision, reasoning
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Input (text)per 1M tokens$3.00
Output (text)per 1M tokens$15.00
Cache Discounton cached chat44% off

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "nova-premier-1-0", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Sampling temperature · Range: 0 – 2
top_pnumberno1Nucleus sampling · Range: 0 – 1
max_tokensnumberno4096Max output tokens · Range: 1 – 65536
frequency_penaltynumberno0Range: -2 – 2
presence_penaltynumberno0Range: -2 – 2
streambooleannofalseServer-Sent Events streaming
stopstringnoComma-separated stop sequences
disable_formattingbooleannofalseReturn raw upstream response with no formatting wrappers

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/nova-premier-1-0.