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

amazon/nova-premier-v1

1,000,000 context · $2.50/M input tokens · $12.50/M output tokens

Amazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distilling custom models.

Precios

Pago por uso

Sin costos iniciales, paga solo por lo que uses

Entrada$2.50 / M Tokens
Salida$12.50 / M Tokens

Uso de API

Usa los siguientes ejemplos de código para integrar con nuestra API:

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

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

Introducción del modelo

Amazon nova-premier-v1

amazon nova-premier-v1


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 1000000 context window for long document handling
  • Competitive pricing at $2.7/$13.7 per million tokens

Key Features

  • Context Window: 1000000 tokens
  • Max Output: 32000 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$2.7
Output$13.7

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

Notes

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

Información

Proveedoramazon
Tipollm

Funcionalidades compatibles

Entrada
TextoImagen
Salida
Texto
Contexto1,000,000
Salida máxima32,000
Visión✓ Compatible
Function Calling✓ Compatible

Guía de acceso a la API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID del modeloamazon/nova-premier-v1

Nova Premier V1 API

amazon/nova-premier-v1

Amazon Nova Premier is the most capable of Amazon’s multimodal models for complex reasoning tasks and for use as the best teacher for distilling custom models.

Entrada

$2.5 /M

Salida

$12.5 /M

Contexto

1000K

Salida máx.

32K

Visión

Compatible

Uso de herramientas

Compatible

Prueba Nova Premier V1 en WaveSpeedAI

Accede a Nova Premier V1 mediante nuestra API unificada — compatible con OpenAI, sin arranques en frío, precios transparentes.

Preguntas frecuentes sobre Nova Premier V1

¿Cuánto cuesta Nova Premier V1 a través de la API?+

Precios en WaveSpeedAI: $2.50 por millón de tokens de entrada y $12.50 por millón de tokens de salida. El prompt caching y el procesamiento por lotes se facturan por separado y reducen el coste efectivo en cargas largas y repetitivas.

¿Cuál es la ventana de contexto de Nova Premier V1?+

Nova Premier V1 admite hasta 1000K tokens de contexto y hasta 32K tokens de salida por solicitud.

¿Es Nova Premier V1 compatible con OpenAI?+

Sí. WaveSpeedAI expone Nova Premier V1 a través de un endpoint compatible con OpenAI en https://llm.wavespeed.ai/v1. Apunta el SDK oficial de OpenAI a esta base URL con tu clave API de WaveSpeedAI — sin más cambios de código.

¿Cómo empiezo con Nova Premier V1?+

Inicia sesión en WaveSpeedAI, crea una clave API en Access Keys y envía una solicitud a https://llm.wavespeed.ai/v1/chat/completions con el id de modelo mostrado arriba. Las cuentas nuevas reciben créditos gratuitos para evaluar Nova Premier V1 antes de pagar por token.

APIs LLM relacionadas