Qwen
Qwen3-32B-FP8
181 nodes
Qwen
via Gonka Network
Your gateway to this model on Gonka Network
Copy and paste these examples to start using this model. Replace YOUR_API_KEY with your key from the dashboard.
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 any OpenAI SDK — your existing code runs on Gonka.
Pricing
Same cost for all models during Grace Period. Pick the best fit, no price worries.
5% on deposit, 10% on usage. No hidden margins or surprise charges.
No crypto wallet needed. Pay with card, we handle the transactions.