plubo checking

Gemma 4 12B Instructgemma-4-12b-it

context
262,144 tokens
max output
32,768 tokens
input
$0.15 / 1M tokens
output
$0.30 / 1M tokens
accepts
text · image · audio · video
features
tools · json mode · structured outputs · reasoning
weights
fp8 · google/gemma-4-12B-it
curl https://api.plubo-ai.com/v1/chat/completions \
  -H "Authorization: Bearer $PLUBO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemma-4-12b-it",
    "messages": [{"role": "user", "content": "Hello"}]
  }'