Skip to content
Dashboard

Nova 2 Lite now available on Vercel AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'amazon/nova-2-lite',
prompt:
`Derive a correct, optimal algorithm to detect all unique cycles in
a directed graph, explaining each logical step and validating edge cases.`,
providerOptions: {
bedrock: {
reasoningConfig: {
maxReasoningEffort: 'medium' // low, medium, or high accepted
},
},
},
});

AI Gateway: Track top AI models by usage

The AI Gateway model leaderboard tracks the most popular models over time, ranking them by the total volume of tokens processed across all Gateway traffic.

View the leaderboard

Ready to deploy?