Overview
About this model
qwen3.8-flash is a large language model served on EcoHash for chat, reasoning, and text generation through an OpenAI-compatible API.
Specifications
Model details
- Provider
- Alibaba
- Modality
- Language
- Pricing
- $0.09 in · $0.37 out / 1M
API
Call it in code
One OpenAI-compatible API. Swap the model id and you're done.
Python
from openai import OpenAI
client = OpenAI(
base_url="https://api.ecohash.com/v1",
api_key="YOUR_API_KEY",
)
response = client.chat.completions.create(
model="qwen3.8-flash",
messages=[{"role": "user", "content": "Hello!"}],
stream=True,
)curl
curl https://api.ecohash.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d {
"model": "qwen3.8-flash",
"messages": [{"role": "user", "content": "Hello!"}],
"stream": true
}Compare
qwen3.8-flash vs other language models
Same API, same billing. Rates come live from the EcoHash billing system.
| Model | Context | Price | Modalities |
|---|---|---|---|
| qwen3.8-flash (this page) | — | $0.09 per 1M input tokens and $0.37 per 1M output tokens | — |
| gpt-oss-20b | 128K tokens | $0.20 per 1M input tokens and $0.28 per 1M output tokens | text → text |
| Llama-3.1-8B-Instruct | 128K tokens | $0.10 per 1M input tokens and $0.10 per 1M output tokens | text → text |
| qwen3-coder-30b-a3b-instruct | 32.8K tokens | $0.10 per 1M input tokens and $0.30 per 1M output tokens | text → text |
FAQ
Common questions
- How much does the qwen3.8-flash API cost?
- qwen3.8-flash is $0.09 per 1M input tokens and $0.37 per 1M output tokens on EcoHash. That figure comes live from the EcoHash billing system, so the price shown on this page is the price you are billed — there is no separate list price to reconcile.
- qwen3.8-flash vs gpt-oss-20b: which should I use?
- Both are language models on the same OpenAI-compatible EcoHash API, so moving between them is a change of model id and nothing else. qwen3.8-flash has $0.09 per 1M input tokens and $0.37 per 1M output tokens. gpt-oss-20b has a 128K-token context window at $0.20 per 1M input tokens and $0.28 per 1M output tokens. Both prices come live from the EcoHash billing system; the comparison table on this page carries the current figures.
- Can I use qwen3.8-flash commercially through EcoHash?
- EcoHash hosts qwen3.8-flash under the model publisher's own licence and does not change its terms, so whether your use is permitted is decided by that licence — read it on the model publisher's own licence. The EcoHash Terms of Service additionally require you to comply with each model's licence and acceptable-use policy. Your EcoHash bill for API usage is separate from, and does not grant, any right under the model's licence.