TikHub AI Proxy Documentation#
Overview#
TikHub AI Proxy offers unified access to multiple leading AI models through a single API key, featuring centralized billing, rate control, and usage monitoring.
The service allows developers and teams to switch between AI providers seamlessly without changing application logic.TikHub AI Proxy is currently in BETA. If you encounter any issues or would like to request additional model support, please contact us.
Getting Started#
1. Create an Account and Obtain an API Key#
Once registered, generate your API key from the console.
2. Review Supported Models#
Your TikHub API key grants access to all models listed on the pricing page:Refer to this page for model availability, pricing, and usage limits.
3. Retrieve Your API Key#
Access your API key from the developer console:Keep this key secure, as it is required for all API requests.
Migrating Existing Integrations#
If you are already using official AI provider APIs (OpenAI, Claude, Gemini, etc.), migrating to TikHub AI Proxy requires no code changes.Migration Steps#
2.
Replace your existing API key with your TikHub API key
3.
Keep all request formats unchanged
Important SDK Compatibility Notice:
TikHub AI Proxy is NOT compatible with official SDKs (OpenAI Python SDK, Anthropic SDK, Google AI SDK, etc.). You must use direct HTTP/HTTPS requests to interact with the AI Proxy API.
New Integrations#
If you are not currently integrated with any official AI provider, please refer to the endpoint documentation below to begin using TikHub AI Proxy from scratch.
| Platform | Available Models |
|---|
| OpenAI | GPT-3.5, GPT-4, GPT-4o, GPT-4.1, GPT-5, O1, O3, O4 series |
| Claude | Haiku, Sonnet, Opus (4.5) |
| DeepSeek | Chat, Reasoner, R1, V3 series |
| Gemini | Gemini 2.5, Gemini 3.0 (Flash, Pro, Image) |
| Sora | Sora 2, Sora 2 Pro (Video Generation) |
Authentication#
Standard Authentication#
Most endpoints use Bearer token authentication:Provider-Specific Authentication#
Some APIs require alternative headers:
Base URL#
All API requests should be sent to:
Support#
For technical support, documentation inquiries, or account-related assistance, please visit:Our team will respond as soon as possible.