Back to Models
A
Nova Pro
Amazon/
amazon/nova-pro-v1Chat
Balanced performance and cost
Input Price
$0.8
per 1M tokens
Output Price
$3.2
per 1M tokens
Context
300K
tokens
Modalities
textimagevideo
Model ID
amazon/nova-pro-v1Pricing Breakdown
| Direction | Per 1K tokens | Per 1M tokens |
|---|---|---|
| Input | $0.00080000 | $0.8000 |
| Output | $0.00320000 | $3.20 |
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="dg-your-api-key",
base_url="https://api.doggiegateway.com/v1"
)
response = client.chat.completions.create(
model="amazon/nova-pro-v1",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)How It Works
Doggie Gateway routes your request to Amazon's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.
Pay-per-use pricing
No monthly fees
OpenAI-compatible API
Ready to use Nova Pro?
Create an account, get your API key, and start making API calls in under a minute.
