Botat

DeepSeek API access for overseas developers testing Chinese-model workloads.

Use Botat when you want an OpenAI-compatible route to evaluate DeepSeek-style models for non-sensitive Chinese content, coding assistance, and repeatable batch jobs.

Create account and test a curl call

When this route is a good fit

Compatibility checks before production

Verify normal chat first, then streaming, JSON output, tools, timeout/retry behavior, and exact model IDs from your account.

export OPENAI_BASE_URL="https://botat.com/v1"
export OPENAI_API_KEY="YOUR_BOTAT_KEY"

Data boundary

Do not use China-model routes for sensitive personal data, confidential customer data, regulated data, or strict data-residency workloads.

Related implementation guides