Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
TikHub AI Proxy is currently in BETA. If you encounter any issues or would like to request additional model support, please contact us.
https://ai.tikhub.ioImportant 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.
| Platform | Endpoint Style | Notes |
|---|---|---|
| OpenAI | /v1/responses, /v1/chat/completions, /v1/images/generations | GPT-4, GPT-4.1, GPT-4o, GPT-5 series, O1/O3/O4 reasoning models, image generation |
| Anthropic (Claude) | /v1/messages (native format) | Opus, Sonnet, Haiku — including extended-thinking variants |
| DeepSeek | /v1/chat/completions | Chat, Reasoner (R1), V3 series, OCR |
| Google (Gemini) | /v1beta/models/{model}:generateContent | Text/chat and image-generation models |
| Moonshot (Kimi) | /v1/chat/completions (OpenAI-compatible) | Chat completion |
| Alibaba (Qwen) | /v1/chat/completions (OpenAI-compatible) | Chat completion |
| Video generation | Dedicated video endpoints | Sora 2 / Sora 2 Pro, Veo, Kling, Seedance |
GET /v1/models or check the pricing page.gpt-4-vision-previewgpt-4.1, gpt-4.1-2025-04-14, gpt-4.1-mini, gpt-4.1-mini-2025-04-14, gpt-4.1-nano, gpt-4.1-nano-2025-04-14gpt-4o, gpt-4o-2024-05-13, gpt-4o-2024-08-06, gpt-4o-2024-11-20, gpt-4o-mini, gpt-4o-mini-2024-07-18gpt-5, gpt-5-2025-08-07, gpt-5-mini, gpt-5-nano, gpt-5.1, gpt-5.2, gpt-5.3-codex, gpt-5.4o1, o1-2024-12-17, o3, o3-2025-04-16, o3-mini, o3-mini-2025-01-31, o4-mini, o4-mini-2025-04-16gpt-image-2, gpt-image-2-vipclaude-opus-4-8, claude-opus-4-7, claude-opus-4-7-thinking, claude-opus-4-6, claude-opus-4-6-thinking, claude-haiku-4-5-20251001, claude-haiku-4-5-20251001-thinking, claude-opus-4-5-20251101, claude-opus-4-5-20251101-thinking, claude-sonnet-4-5-20250929, claude-sonnet-4-5-20250929-thinking/v1/messages), authenticated with an x-api-key header.deepseek-chatdeepseek-reasoner, deepseek-r1, deepseek-r1-250528deepseek-r1-distill-llama-70b, deepseek-r1-distill-llama-8bdeepseek-v3, deepseek-v3-fast, deepseek-v3.1, deepseek-v3.1-fast, deepseek-v3.1-terminus, deepseek-v3.2, deepseek-v3.2-exp, deepseek-v3.2-fastdeepseek-ocrgemini-3-flash-previewgemini-2.5-flash-image, gemini-3-pro-image-previewgenerateContent format, authenticated with an x-goog-api-key header. For image generation, set generationConfig.responseModalities to ["image", "text"]./v1/chat/completions endpoint — just set model to the desired Kimi or Qwen model name.⚠️ Note: At the time of writing, the dedicated Kimi and Qwen endpoint pages in the official docs (ai-docs.tikhub.io) display placeholder content mirrored from the DeepSeek page rather than a distinct Kimi/Qwen model list. For the exact, current model identifiers, check the Provider filter on the pricing page (Alibaba / Moonshot) or query GET /v1/models.
sora-2 (text/image-to-video)VideoCreateRequest, VeoGenerateRequest, KlingText2VideoRequest, KlingImage2VideoRequest, and SeedanceTaskRequest schemas in the docs for exact request shapes.Authorization: Bearer YOUR_API_KEYx-api-key: YOUR_API_KEYx-goog-api-key: YOUR_API_KEYhttps://ai.tikhub.io