Beta

Qwen3.8-27B

By Qwen

Reads images: a question can carry pictures.

Model name for the APIQwen/Qwen3.8-27B
Uptime, last 3 days
1 call so far
Too few to give a percentage
Credits per reply
Not measured yet
Shown after its first replies
Replies per day of check-in
Needs a measured price

Your chats and training

The provider does not say.

Nothing in that company’s published terms says whether prompts are used for training. Treat it as if they might be.

Which company answers for a model is not published here, so this says what the policy is, not whose it is. Checked against their terms on Sep 20, 2026.

Call it through the API

Any OpenAI-compatible client works: use the address in the sample and this model name.

import requests

response = requests.post(
    "https://onomeo.com/v1/chat/completions",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"model": "Qwen/Qwen3.8-27B", "messages": [
        {"role": "user", "content": "Hello!"}
    ]}
)
print(response.json())

Figures come from real calls made through this site. Models are served by third-party providers and may slow down or be withdrawn; this page follows those changes.