Skip to main content
Alibaba logo

Qwen3-235B-A22B

ReadyLanguageby Alibaba

Overview

About this model

Qwen3-235B-A22B has the following features: Type: Causal Language Models Training Stage: Pretraining & Post-training Number of Parameters: 235B in total and 22B activated Number of Paramaters (Non-Embedding): 234B Number of Layers: 94 Number of Attention Heads (GQA): 64 for Q and 4 for KV Number of Experts: 128 Number of Activated Experts: 8 Context Length: 32,768 natively and 131,072 tokens with YaRN.

Specifications

Model details

Provider
Alibaba
Modality
Language
Pricing
$0.33 in · $1.33 out / 1M

API

Call it in code

One OpenAI-compatible API. Swap the model id and you're done.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.ecohash.com/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="Qwen3-235B-A22B",
    messages=[{"role": "user", "content": "Hello!"}],
    stream=True,
)

Start building

Grab an API key and call this model in minutes.