Skip to main content

Qwen

Qwen3-235B-A22B-Instruct-2507-FP8

via Gonka Network

Your gateway to this model on Gonka Network

57 nodes available262K370.2K

Code Examples

Copy and paste these examples to use this model. Replace YOUR_API_KEY with your key from the dashboard.

app.py
from openai import OpenAI

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

response = client.chat.completions.create(
    model="Qwen/Qwen3-235B-A22B-Instruct-2507-FP8",
    messages=[
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Hello!"}
    ],
    temperature=0.7,
    max_tokens=1000
)

print(response.choices[0].message.content)

Get your API key from the Dashboard. Works with OpenAI SDKs and common API clients.

Model facts

Provider

Qwen

Task type

Text Generation

Context window

262K tokens

Nodes hosting

57

Last updated

Sep 17, 2025

HuggingFace likes

147

How to call this model

Use this model ID in chat completions and streaming requests.

Pricing

Pricing details in one place

See current rates, fee model, and examples on the pricing page.

Frequently Asked Questions

Other Gonka Models

View all