Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chatgpttech.mobi/docs/llms.txt

Use this file to discover all available pages before exploring further.

What is TechMobi?

TechMobi is a unified AI gateway that gives developers outside China direct access to DeepSeek, Seedance, and other models that are otherwise difficult to reach. Everything is exposed through a single OpenAI-compatible endpoint, so you can switch in minutes without changing your existing code. You don’t need:
  • A Chinese phone number
  • A Chinese payment method
  • Separate accounts for each model provider
  • Any changes to your existing SDK setup

Get started

Quickstart

Get your API key, test in the Playground, and make your first request in under five minutes.

API Keys

Create and manage keys, set spending limits, and monitor usage.

Text models

DeepSeek, GPT-4o, Claude, Gemini, and more — full model list with pricing.

Video models

Generate videos with Seedance 2.0 using the async task API.

OpenAI-compatible

Change baseURL and you’re done. Everything else — streaming, function calling, the SDK — works exactly as before.
import OpenAI from 'openai';

const client = new OpenAI({
  apiKey: 'sk-hub-your-key-here',
  baseURL: 'https://api.chatgpttech.mobi/v1',
});
New accounts receive $5 in free credits to get started right away.