amazon/nova-2-lite-v1
1,000,000 context · $0.30/M input tokens · $2.50/M output tokens
Nova 2 Lite is a fast, cost-effective reasoning model for everyday workloads that can process text, images, and videos to generate text. Nova 2 Lite demonstrates standout capabilities in processing...
Bayar sesuai pemakaian
Tanpa biaya di muka, bayar hanya sesuai penggunaan
Gunakan contoh kode berikut untuk integrasi dengan API kami:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="amazon/nova-2-lite-v1",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)amazon nova-2-lite-v1
| Specification | Value |
|---|---|
| Provider | Amazon |
| Model Type | Large Language Model (LLM) |
| Architecture | N/A |
| Context Window | 1000000 tokens |
| Max Output | 65535 tokens |
| Input | Text |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Token Type | Cost per Million Tokens |
|---|---|
| Input | $0.3 |
| Output | $2.7 |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: amazon/nova-2-lite-v1
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="amazon/nova-2-lite-v1",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "amazon/nova-2-lite-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Nova 2 Lite is a fast, cost-effective reasoning model for everyday workloads that can process text, images, and videos to generate text. Nova 2 Lite demonstrates standout capabilities in processing...
Input
$0.3 /M
Output
$2.5 /M
Context
1000K
Max Output
66K
Vision
Supported
Tool Use
Supported
Access amazon/nova-2-lite-v1 through our unified API — OpenAI-compatible, no cold starts, transparent pricing.
Open Playground