Overview
The Anthropic Claude proxy provides pay-per-request access to Claude models via the Anthropic Messages API. No Anthropic account or API key required.| Proxy URL | https://corbits-claude.api.corbits.dev |
| Proxy ID | 10 |
| Default price | $0.10 per request |
| Pricing scheme | Exact |
Quick start
Install the payment SDK and make a message request:Key endpoints
| Endpoint | Method | Description |
|---|---|---|
/v1/messages | POST | Create a message with Claude |
/v1/messages/count_tokens | POST | Count tokens in a message before sending |
/v1/messages/batches | POST | Create a batch of message requests |
/v1/messages/batches | GET | List all message batches |
/v1/messages/batches/{id} | GET | Get batch status |
/v1/messages/batches/{id}/cancel | POST | Cancel a running batch |
/v1/messages/batches/{id}/results | GET | Stream batch results as JSONL |
This proxy does not currently have a registered OpenAPI spec in Discovery. The endpoint information above is based on the Anthropic API reference. Use the proxy URL with the standard Anthropic API request format. Batch endpoints have not been verified through this proxy and may not behave as expected for long-running operations.
Discover this merchant
Query the Discovery API to get live details about this proxy:Notes
- Requests are proxied to the Anthropic API. Request and response formats match the Anthropic API reference.
- Include the
anthropic-versionheader in your requests as required by the Anthropic API. - Payment is handled at the proxy layer via x402 — the
@faremeter/ridesSDK manages the challenge/response cycle automatically.