AI Gateway

Qwen3 235B A22b Instruct 2507

alibaba/qwen-3-235b

Qwen3-235B-A22B-Instruct-2507 is the updated version of the Qwen3-235B-A22B non-thinking mode, featuring Significant improvements in general capabilities, including instruction following, logical reasoning, text comprehension, mathematics, science, coding and tool usage.

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