Claude Code
https://llmapi.pro
Set the environment variables and launch the client from that terminal.
Check a base URL, generate settings, and follow your client’s guide. Use it without signing up or entering an API key.
export ANTHROPIC_BASE_URL="https://llmapi.pro"
export ANTHROPIC_AUTH_TOKEN="YOUR_LLMAPI_KEY"
claude
Replace the key placeholder in your own client. For desktop apps, copy the individual fields and choose a model available to your account. Follow the Cursor guide for its model naming requirements.
https://llmapi.pro
Set the environment variables and launch the client from that terminal.
https://llmapi.pro/v1
Choose the provider type in the guide, then enter your base URL, key and available model.
https://llmapi.pro/v1
Choose the provider type in the guide, then enter your base URL, key and available model.
https://llmapi.pro/v1
Choose the provider type in the guide, then enter your base URL, key and available model.
https://llmapi.pro/v1
Choose the provider type in the guide, then enter your base URL, key and available model.
https://llmapi.pro/v1
Choose the provider type in the guide, then enter your base URL, key and available model.
| Use case | URL to use |
|---|---|
| Claude Code | https://llmapi.pro |
| OpenAI-compatible client | https://llmapi.pro/v1 |
| Direct Anthropic HTTP request | https://llmapi.pro/v1/messages |
A client builds its request path from the protocol settings. A direct HTTP request uses the complete endpoint. Read the HTTP examples
Check the service that issued the key and whether the key is active. A correct URL does not validate a credential.
Compare the selected protocol and final request path. Check for an extra or missing /v1.
Check account access, quota and concurrency limits. Avoid repeated rapid retries.
Retain the timestamp and request ID, then retry later or share a redacted error with support.
Create an account, choose your billing option in the console, and configure your key. Available models and charges depend on the current product options and your account access.