Llama 3.3 70B Instruct
Llama 3.3 70B Instruct is Meta's refined text-only model. It targets 405B-class results at 70B serving cost, with improved instruction following and multilingual capability.
import { streamText } from 'ai'
const result = streamText({ model: 'meta/llama-3.3-70b', prompt: 'Why is the sky blue?'})