qwen
qwen3-235b-a22b-instruct-2507-fp8
via Gonka Network
Your gateway to this model on Gonka Network
262K565.9K
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
Last updated
Sep 17, 2025
HuggingFace likes
147
How to call this model
Use this model ID in chat completions and streaming requests.
- Quickstart — base URL and API key setup.
- POST /chat/completions — full request schema and parameters.
- Streaming — SSE responses for real-time output.
Pricing
Pricing details in one place
See current rates, fee model, and examples on the pricing page.
Frequently Asked Questions
Use your GonkaGate API key and this model ID in your request. Quickstart guide
Yes, this model is currently available on the network.
This model supports a context window of 262K tokens. This determines how much text (conversation history + your prompt) the model can process in a single request.
Yes. GonkaGate follows OpenAI API conventions. Migration guide
The fee model and current rates are listed on the pricing page
Pricing follows Gonka Network rates plus GonkaGate fees. Pricing page