Qwen API
A multilingual model family for global products and developer tools.
Context
128K
Input price
from $0.35 / 1M tokens
Output price
from $1.40 / 1M tokens
multilingualcoding
curl https://api.onemux.net/v1/chat/completions \
+ -H "Authorization: Bearer $ONEMUX_API_KEY" \
+ -H "Content-Type: application/json" \
+ -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello OneMux"}]}'