Qwen3.8 27b Fp8

Try in Playground
silvamux/qwen3.8-27b-fp8
Supported modalities
text
Input price¥0 / 1M tokensper 1M tokens
Output price¥0 / 1M tokensper 1M tokens

Pricing

Tune and Pro share the same prices.

Input contextInputOutputCache readCache write
-¥0 / 1M tokens¥0 / 1M tokens¥0 / 1M tokens¥0 / 1M tokens

Capabilities

Evaluation data not available yet

Performance

Performance data not available yet

Qwen3.8 27b Fp8 example code and API

Proqwen3.8-27b-fp8
/api/v0/chat/completions/api/v1/chat/completions
UnifiedOpenAI
curl https://www.silvamux.com/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.8-27b-fp8",
    "messages": [{"role": "user", "content": "Hello, please introduce yourself"}]
  }'