plubo checking

Qwen3.8 27Bqwen3.8-27b

context
262,144 tokens
max output
32,768 tokens
input
$0.25 / 1M tokens
output
$0.50 / 1M tokens
accepts
text · image
features
tools · json mode · structured outputs · reasoning
weights
nvfp4 · Qwen/Qwen3.8-27B
curl https://api.plubo-ai.com/v1/chat/completions \
  -H "Authorization: Bearer $PLUBO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.8-27b",
    "messages": [{"role": "user", "content": "Hello"}]
  }'