Asalebeta
Back to market
Live market

qwen3.5-9b

Qwen: Qwen3.5-9B

Start buying
Of list price
100%
Output / 1M
0.15 USDT
Sellers online
50
Calls / min
0
Calling this model

POST /chat/completions — the same request OpenAI's SDKs already send. Point the base URL at asale and change nothing else.

billed per token
INPUT
Sign in
Output

Run it to see the answer here.

Or call it from your own code
curl https://gw.asale.ai/v1/chat/completions \
  -H "Authorization: Bearer $ASALE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.5-9b",
    "messages": [
      {
        "role": "user",
        "content": "Say hello in one short sentence."
      }
    ]
  }'
Request fields
FieldTypeAcceptsMeaning
modelrequiredstringWhich model serves the request.
messagesrequiredtextThe conversation so far, oldest first.
max_tokensint— … 262144Ceiling on the answer's length.
temperaturenumber0 … 2Higher is more varied; 0 is deterministic.
top_pnumber0 … 1Nucleus sampling: consider only the most likely tokens summing to this.
top_kint0 … —Consider only this many of the most likely tokens; 0 is off.
frequency_penaltynumber-2 … 2Penalise tokens by how often they already appeared.
presence_penaltynumber-2 … 2Penalise tokens that appeared at all, pushing to new topics.
repetition_penaltynumber0 … 2Penalise repetition; 1 is no penalty.
min_pnumber0 … 1Drop tokens below this share of the top token's probability.
seedintRepeat a previous result exactly.
stopstringStop generating when this text appears.
streambooleanSend the answer as it is produced.
Response
{
  "id": "chatcmpl-…",
  "object": "chat.completion",
  "model": "qwen3.5-9b",
  "choices": [
    {
      "index": 0,
      "message": {
        "role": "assistant",
        "content": "…"
      },
      "finish_reason": "stop"
    }
  ],
  "usage": {
    "prompt_tokens": 24,
    "completion_tokens": 12,
    "total_tokens": 36
  }
}
Token typeList / 1MMarket / 1MOf list price
Input0.100.10100%
Output0.150.15100%
Cache read0.100.10100%
Cache write0.100.10100%
Channel quality

What has been measured about the supply behind this price. Readings, not promises — and aggregate, because which seller failed is nobody's business but theirs and ours.

Online lanes
50
Verified lanes
1/1
Proved they serve this model
First byte (p50)
Success rate
No turns settled in the window
Sellable capacity
100.0M
Tokens offered right now

Latency and verification are measured over the last day; the success rate comes from settled traffic. See the status page

Price trend

Currently selling at 100% of the vendor's list price. More sellers online push it down; more buyers push it back up to list.

100%80%60%40%20%10%02:29 AM03:09 AM03:49 AM04:29 AM05:09 AM05:49 AM
06:28 AM
Of list price
100%
Sellers online
50
Calls / min
0
Market depth
Price / 1MSellers
0.15
1