Claude Code is Anthropic's official AI coding assistant that runs in your terminal. It can read your codebase, write code, run commands, and help you build software faster.
- Up to 60% cheaper than official Anthropic pricing
- No waitlist — instant access
- No region restrictions — works worldwide
- Same quality — same Claude models, same capabilities
Add to your ~/.bashrc, ~/.zshrc, or ~/.profile:
export ANTHROPIC_BASE_URL=https://texapi.dev
export ANTHROPIC_API_KEY=tex-YOUR_API_KEYThen restart your terminal or run source ~/.zshrc.
Add to your PowerShell profile ($PROFILE):
$env:ANTHROPIC_BASE_URL = "https://texapi.dev"
$env:ANTHROPIC_API_KEY = "tex-YOUR_API_KEY"Or set system environment variables:
- Open System Properties → Environment Variables
- Add
ANTHROPIC_BASE_URL=https://texapi.dev - Add
ANTHROPIC_API_KEY=tex-YOUR_API_KEY
claude
# Claude Code should start normally and use TexAPI as the backend| Feature | Status |
|---|---|
| Chat / Conversation | ✅ |
| Streaming | ✅ |
| Extended Thinking | ✅ |
| Tool Use | ✅ |
| File Reading/Writing | ✅ |
| Command Execution | ✅ |
| Multi-turn Context | ✅ |
| Model | Best For | Cost |
|---|---|---|
claude-sonnet-4-5 |
Daily coding (default) | 3.0 / 15.0 credits per 1M tokens |
claude-opus-4-5 |
Complex architecture | 15.0 / 75.0 credits per 1M tokens |
claude-haiku-4-5 |
Quick tasks | 0.8 / 4.0 credits per 1M tokens |
- Make sure your API key starts with
tex- - Check that the key is active in your TexAPI Dashboard
- Top up at texapi.dev/billing
- Minimum top-up: 50,000₫ (~$2)
- Default: 60 RPM on Starter plan
- Upgrade your plan or wait a moment