Amazon: Nova Premier 1.0
Premier Reasoning Power
Master Complex Tasks
1M Context
Process Long Inputs
Handles million-token contexts for large codebases, 400+ page documents, or 90-minute videos.
Multimodal Input
Text Image Video
Analyzes text, images, videos for RAG, function calling, and agentic workflows.
Distillation Teacher
Build Custom Models
Distills accurate, low-latency variants of Nova Pro, Lite, Micro via Amazon Bedrock.
Examples
See what Amazon: Nova Premier 1.0 can create
Copy any prompt below and try it yourself in the playground.
Codebase Analysis
“Analyze this 500k token codebase: identify bugs, suggest refactors, and generate unit tests for the main module. Input: [paste codebase here]. Output optimized Python code.”
Document RAG
“Using RAG on these 400-page financial reports [attach PDFs], answer: What are the quarterly revenue trends and risks? Provide chart summaries and executive insights.”
Video Workflow
“Process this 90-minute product demo video [video URL]: extract key features, generate sales script, and create API calls for CRM integration.”
Agentic Planning
“Plan multistep agentic task: Research market data via web tools, call pricing API, generate report on competitors for electric vehicles.”
For Developers
A few lines of code.
Reasoning. One API call.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per token, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/llm/chat/completions",json={"key": "YOUR_API_KEY","prompt": "","model_id": ""})print(response.json())
Ready to create?
Start generating with Amazon: Nova Premier 1.0 on ModelsLab.