AI Gateway

/

Qwen3 235B A22B Instruct 2507

Qwen3 235B A22B Instruct 2507 by Alibaba Cloud

Mixture-of-experts LLM with math and reasoning capabilities

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen-3-235b',
prompt: 'Why is the sky blue?'
})