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

amazon/nova-micro-v1

128,000 context · $0.04/M input tokens · $0.14/M output tokens

Amazon Nova Micro 1.0 is a text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost. With a context length...

Tarification

Paiement à l'usage

Aucun coût initial, payez uniquement ce que vous utilisez

Entrée$0.04 / M Tokens
Sortie$0.14 / M Tokens

Utilisation de l'API

Utilisez les exemples de code suivants pour intégrer notre 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-micro-v1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Introduction au modèle

Amazon nova-micro-v1

amazon nova-micro-v1


Why It Looks Great

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

Key Features

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

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$0.0
Output$0.1

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

Notes

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

Infos

Fournisseuramazon
Typellm

Fonctionnalités prises en charge

Entrée
Texte
Sortie
Texte
Contexte128,000
Sortie max5,120
Vision-
Function Calling✓ Pris en charge

Guide d'accès API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID du modèleamazon/nova-micro-v1

Nova Micro V1 API

amazon/nova-micro-v1

Amazon Nova Micro 1.0 is a text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost. With a context length...

Entrée

$0.035 /M

Sortie

$0.14 /M

Contexte

128K

Sortie max.

5K

Utilisation d'outils

Pris en charge

Essayez Nova Micro V1 sur WaveSpeedAI

Accédez à Nova Micro V1 via notre API unifiée — compatible OpenAI, sans démarrages à froid, prix transparents.

Questions fréquentes sur Nova Micro V1

Combien coûte l'API Nova Micro V1 ?+

Tarification sur WaveSpeedAI : $0.04 par million de tokens d'entrée et $0.14 par million de tokens de sortie. Le prompt caching et le traitement par batch sont facturés séparément et réduisent le coût effectif sur les charges longues et répétitives.

Quelle est la fenêtre de contexte de Nova Micro V1 ?+

Nova Micro V1 prend en charge jusqu'à 128K tokens de contexte et jusqu'à 5K tokens de sortie par requête.

Nova Micro V1 est-il compatible avec OpenAI ?+

Oui. WaveSpeedAI expose Nova Micro V1 via un endpoint compatible OpenAI à https://llm.wavespeed.ai/v1. Pointez le SDK officiel d'OpenAI vers cette base URL avec votre clé API WaveSpeedAI — aucune autre modification de code requise.

Comment démarrer avec Nova Micro V1 ?+

Connectez-vous à WaveSpeedAI, créez une clé API dans Access Keys, puis envoyez une requête à https://llm.wavespeed.ai/v1/chat/completions avec l'id du modèle affiché ci-dessus. Les nouveaux comptes reçoivent des crédits gratuits pour évaluer Nova Micro V1.

APIs LLM associées