Clervo Aliases

Stable IDs with automatic routing. The underlying provider may change; the interface stays the same.

ModelPriceLatencyCapabilitiesRoutes to
clervo/fastFree170mstext, jsongroq/llama-3.1-8b-instant
clervo/smartFree1.6stext, json, reasoningsambanova/deepseek-v3.2
clervo/code$0.0152.6stext, json, codetongkhokr/claude-sonnet-5
clervo/deepFree9.4stext, json, reasoninghcn/deepseek-v4-pro
clervo/searchFree<1ssearchBuilt-in

Free Models

No payment required. Sponsored by provider free tiers during launch.

ModelProviderLatencyCapabilities
groq/llama-3.1-8b-instantGroq170mstext, json
groq/llama-3.3-70bGroq800mstext, json, reasoning
sambanova/deepseek-v3.2SambaNova1.6stext, json, reasoning
sambanova/llama-3.3-70bSambaNova1.5stext, json, reasoning
hcn/qwen3.6-35bHCN942mstext, json
hcn/step-3.7-flashHCN3.2stext, json, reasoning
hcn/deepseek-v4-proHCN9.4stext, json, reasoning, code
hcn/autoHCN2-5stext, json, reasoning

Paid Models

Pay per request via x402 USDC on Solana.

ModelPriceLatencyCapabilities
tongkhokr/claude-haiku-4.5$0.0021-2stext, json
quickai/gpt-5.4-mini$0.0052-4stext, json
quickai/gpt-5.6-luna$0.0072-4stext, json
tongkhokr/claude-sonnet-4.6$0.0152-3stext, json, reasoning, code
tongkhokr/claude-sonnet-5$0.0152-3stext, json, reasoning, code
quickai/gpt-5.4$0.0182-4stext, json
quickai/gpt-5.6-terra$0.0182-4stext, json
quickai/gpt-5.5$0.0352-4stext, json
quickai/gpt-5.6-sol$0.0352-4stext, json
tongkhokr/claude-opus-4.7$0.0842-3stext, json, reasoning, code
tongkhokr/claude-opus-5$0.0842-3stext, json, reasoning, code

Usage

bash
# Free model
curl https://api.clervo.dev/v1/chat/completions \
  -H "content-type: application/json" \
  -d '{"model":"clervo/fast","messages":[{"role":"user","content":"Hello"}]}'

# Paid model — triggers x402 flow
curl https://api.clervo.dev/v1/chat/completions \
  -H "content-type: application/json" \
  -H "x-clervo-funding: paid" \
  -d '{"model":"tongkhokr/claude-haiku-4.5","messages":[{"role":"user","content":"Hello"}]}'