Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
A
amazon/nova-lite-v1

amazon/nova-lite-v1

300,000 context · $0.06/M input tokens · $0.24/M output tokens

Amazon Nova Lite 1.0 is a very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to generate text output. Amazon Nova Lite...

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$0.06 / M Tokens
Çıkış$0.24 / M Tokens

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

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-lite-v1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Tanıtımı

Amazon nova-lite-v1

amazon nova-lite-v1


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 300000 context window for long document handling
  • Competitive pricing at $0.1/$0.3 per million tokens

Key Features

  • Context Window: 300000 tokens
  • Max Output: 5120 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderAmazon
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window300000 tokens
Max Output5120 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.3

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: amazon/nova-lite-v1


API Usage

Python SDK

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-lite-v1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "amazon/nova-lite-v1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: amazon/nova-lite-v1
  • Provider: Amazon

Bilgi

Sağlayıcıamazon
Türllm

Desteklenen İşlevsellik

Giriş
MetinGörsel
Çıkış
Metin
Bağlam300,000
Maks. Çıkış5,120
Vision✓ Destekleniyor
Function Calling✓ Destekleniyor

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDamazon/nova-lite-v1

Nova Lite V1 API

amazon/nova-lite-v1

Amazon Nova Lite 1.0 is a very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to generate text output. Amazon Nova Lite...

Giriş

$0.06 /M

Çıkış

$0.24 /M

Bağlam

300K

Maks. Çıkış

5K

Vision

Destekleniyor

Araç Kullanımı

Destekleniyor

Nova Lite V1'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Nova Lite V1'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Nova Lite V1 hakkında sık sorulan sorular

Nova Lite V1 API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.06 ve milyon çıkış tokenı başına $0.24. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Nova Lite V1'in bağlam penceresi nedir?+

Nova Lite V1 istek başına 300K bağlam tokenını ve 5K çıkış tokenını destekler.

Nova Lite V1 OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Nova Lite V1 modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Nova Lite V1'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Nova Lite V1'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri