Skip to main content

Nova Pro

Approved Data Classifications

Description

Amazon Nova is AWS's foundation model family for text, image, and video tasks.

  • Amazon Nova Pro: A highly capable multimodal model that balances accuracy, speed, and cost, excelling in complex tasks such as video summarization and software development. AWS lists Nova Pro as released on December 3, 2024.

These models are integrated with Amazon Bedrock, enabling seamless deployment and scalability for developers aiming to build and enhance AI-driven applications.

Capabilities

ModelRelease DateInputOutputContext LengthCost (per 1 million tokens)
nova-proDec 3 2024Image, Text, VideoText300,000$0.80/1M input
$3.20/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "nova-pro",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

References

  1. LLM Stats
    https://llm-stats.com
  2. Artificial Analysis
    https://artificialanalysis.ai
  3. Huggingface
    https://huggingface.co/
  4. AWS
    https://aws.amazon.com/ai/