Getting Started

Free Tier

The best way to evaluate Hober is to use it. The free tier gives you 40 requests per day across a selection of models from 7 providers — enough to build a prototype, test your integration, or explore the model catalog. No credit card, no deposit, no wallet. Just create an API key and start making requests.

Free tier models are backed by provider free tiers (Google Gemini, Groq, Mistral, and others offer generous free API access). Hober routes your requests to these providers at zero cost to you. When you're ready for premium models like GPT-4o or Claude, upgrade by depositing credits or connecting a wallet for x402 payments.

Limits

LimitValue
Requests per day40
Max tokens per request1,024
Rate limitSubject to provider free tier limits
StreamingSupported
Auth requiredAPI key (free to create)

Eligible Models

Free tier uses providers with free API tiers. Available models include:

ProviderModelsNotes
Google GeminiGemini Flash, Flash-Lite1,000 req/day
GroqLlama 4 Scout, Llama 3.3 70BRate-limited
MistralMistral Nemo, SmallFree tier
Zhipu/GLMGLM-4-FlashCompletely free
DeepSeekDeepSeek V3.2 (trial)5M free tokens
Fireworks AIQwen3, Llama$1 free credit
CohereCommand RTrial key

Usage

// Any free-eligible model works automatically
{
  "model": "glm-4-flash",
  "messages": [{"role": "user", "content": "Hello"}]
}

// Or explicitly request free routing
{
  "model": "deepseek-chat:free",
  "messages": [{"role": "user", "content": "Hello"}]
}

Upgrade anytime by depositing credits or connecting a wallet for x402 payments. Free tier usage does not count toward volume tier discounts.