Description
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 of 128K tokens and optimized for speed and cost, Amazon Nova Micro excels at tasks such as text summarization, translation, content classification, interactive chat, and brainstorming. It has simple mathematical reasoning and coding abilities.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Amazon: Nova Micro 1.0 (amazon/nova-micro-v1)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "amazon/nova-micro-v1",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Amazon: Nova Micro 1.0 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.035$ / 1M tokens
- Output: 0.14$ / 1M tokens
Token Limits
- Max Output: 5,120 tokens
- Max Context: 128,000 tokens
Subscription Tiers
- free
- pro
- ultimate