GPT OSS 120B
GPT OSS 120B is OpenAI's open-source 120-billion parameter language model, offering strong general-purpose capability with the transparency and flexibility of open weights.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-oss-120b', prompt: 'Why is the sky blue?'})