Llama 3.3 70B Instruct
index.ts
import { streamText } from 'ai'
const result = streamText({ model: 'meta/llama-3.3-70b', prompt: 'Why is the sky blue?'})import { streamText } from 'ai'
const result = streamText({ model: 'meta/llama-3.3-70b', prompt: 'Why is the sky blue?'})