Skip to main content

Qwen

Qwen2.5-7B-Instruct

via Gonka Network

Your gateway to this model on Gonka Network

45 nodes33K6.2M

Code Examples

Copy and paste these examples to start using 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/Qwen2.5-7B-Instruct",
    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

Grace Period Pricing

~$0.0032/ 1M tokens
All modelsInput = OutputPay as you go

Any Model, One Price

Same cost for all models during Grace Period. Pick the best fit, no price worries.

Our Fees: 5% + 10%

5% on deposit, 10% on usage. No hidden margins or surprise charges.

Pay in USD

No crypto wallet needed. Pay with card, we handle the transactions.

Frequently Asked Questions

Other Gonka Models

View all
Qwen

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

207 nodes
Qwen

Qwen3-32B-FP8

181 nodes
Qwen

QwQ-32B

1 node