AI Gateway

All Models/

Llama 4 Maverick 17B 128E Instruct

Llama 4 Maverick 17B 128E Instruct by Meta

High-efficiency language processing

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'meta/llama-4-maverick',
prompt: 'Why is the sky blue?'
})