# Black Eagle AI

Black Eagle AI is an independent prepaid gateway for global developers who want to test selected Chinese AI model routes without handling China phone verification, local payment setup, or Chinese-language provider onboarding first.

Primary site: https://black-eagle-ai.vercel.app/

API console: https://api.blackeaglecambodia.com/

## Core Offer

- OpenAI-compatible API surface for selected Chinese text model routes.
- Small prepaid tests via PayPal/manual crediting.
- English docs and route-selection guides.
- Request intake for Qwen, Kimi, GLM, Kling, Seedance, Happyhours and related workflows.

## Main Audience

- Overseas developers blocked by Chinese provider signup or payment.
- AI tool builders testing OpenAI-compatible Chinese model routes.
- Coding-agent users debugging `base_url`, provider identity, model-id and usage accounting.
- Small agencies that need a cheap first test before committing to a provider setup.
- Video automation teams planning Chinese media model workflows.

## Key Pages

- No China phone guide: https://black-eagle-ai.vercel.app/guides/no-china-phone-chinese-ai-api/
- Global developer guide: https://black-eagle-ai.vercel.app/guides/chinese-ai-api-global-developers/
- Route comparison: https://black-eagle-ai.vercel.app/guides/black-eagle-ai-vs-openrouter/
- Docs: https://black-eagle-ai.vercel.app/docs/
- Starter trial: https://black-eagle-ai.vercel.app/pay/
- Payment handoff: https://black-eagle-ai.vercel.app/paid-next-steps/
- Request access: https://black-eagle-ai.vercel.app/request-access/

## First Test Rule

Use one exact model id and one tiny request first:

```bash
curl https://api.blackeaglecambodia.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-token" \
  -d '{
    "model": "confirmed-live-model-id",
    "messages": [{"role": "user", "content": "Reply OK only."}]
  }'
```

## Trust Notes

Black Eagle AI is independent and does not claim official vendor partnership. The correct first-payment path is to confirm the currently live route before payment, start small, and verify one real request before increasing spend.
