> ## 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.

# TechMobi Documentation

> One API key to access DeepSeek, Seedance, and other leading AI models — no Chinese phone number or local payment method required.

## 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

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/api-guide/quickstart">
    Get your API key, test in the Playground, and make your first request in under five minutes.
  </Card>

  <Card title="API Keys" icon="key" href="/api-guide/api-keys">
    Create and manage keys, set spending limits, and monitor usage.
  </Card>

  <Card title="Text models" icon="message" href="/api-guide/text-models">
    DeepSeek, GPT-4o, Claude, Gemini, and more — full model list with pricing.
  </Card>

  <Card title="Video models" icon="video" href="/api-guide/video-models">
    Generate videos with Seedance 2.0 using the async task API.
  </Card>
</CardGroup>

## OpenAI-compatible

Change `baseURL` and you're done. Everything else — streaming, function calling, the SDK — works exactly as before.

```typescript theme={null}
import OpenAI from 'openai';

const client = new OpenAI({
  apiKey: 'sk-hub-your-key-here',
  baseURL: 'https://oss.chatgpttech.mobi/v1',
});
```

New accounts receive **\$5 in free credits** to get started right away.
