Skip to main content

Zihin API

Centralized LLM API with multi-tenant support, auto-routing, and enterprise features.

Base URL

https://llm.zihin.ai

Features

  • Multi-Provider - OpenAI, Anthropic, Google, Grok, OpenRouter
  • Auto-Routing - Automatic model selection based on task complexity
  • Multi-Tenant - Complete tenant isolation with independent quotas
  • Telemetry - Full usage tracking, costs, and performance metrics
  • Rate Limiting - Configurable abuse protection
  • Global Cache - Up to 40% cost reduction with cached responses

Quick Example

curl -X POST https://llm.zihin.ai/api/v3/llm/public/call \
-H "X-Api-Key: zhn_live_xxxxx" \
-H "Content-Type: application/json" \
-d '{"query": "Hello", "model": "auto"}'

Next Steps