Models
/
near/qwen3-30b-a3b-instruct-2507
near/qwen3-30b-a3b-instruct-2507

NEAR
•
262K
24H
7D
30D
90D
All
TOTAL REQUESTS
0
AVG LATENCY
0ms
AVG TOKENS
0
SUCCESS RATE
100%
TOTAL SPEND
$0.1998
CONTEXT WINDOW
262K
A general-purpose instruction-tuned model in the Qwen3 family with strong reasoning, multilingual abilities, and balanced performance across chat, analysis, and coding workflows.
(5 total)
Status
Tokens
Character chat and creation
8.56M
3.43M
codex
Character chat and creation
3.15M
weareo.fun
Character chat and creation
2.92M
Character chat and creation
535K
Recent activity on
near/qwen3-30b-a3b-instruct-2507
Total usage per day
Prompt tokens measure input size. Reasoning tokens show internal thinking before a response. Completion tokens reflect total output length.
are optional.
Setting them allows your app to appear on the OLLM leaderboards.
# Create clientfrom openai import OpenAIclient = OpenAI(base_url="https://api.ollm.com/v1",api_key="your-api-key")response = client.chat.completions.create(model="near/qwen3-30b-a3b-instruct-2507",messages=[{"role": "user", "content": "Why is the sky blue?"}])