Pro
Rolling request quota for individual workloads
- 500 units / 5 hours
- 5,000 units / 7 days
- OpenAI-compatible API
- PAYG fallback when enabled
A unified llm.market control plane for OpenAI-compatible API usage, PAYG wallet and subscription quotas.
curl -X POST https://llm.market/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"MODEL_FROM_V1_MODELS","messages":[{"role":"user","content":"Hello!"}],"stream":true}'OpenAI-Compatible Endpoints
Drop-in /v1/chat/completions support.
Account Billing
Usage is reserved and settled at the account level.
Active Catalog
Use /v1/models to discover active model IDs.
Pick the client you actually use. llm.market works as a custom OpenAI-compatible API for coding agents, roleplay frontends, chat clients and CLI tools.
Cursor, Cline, Roo Code, Kilo Code, OpenCode, Zed and more.
View guideSillyTavern, Janitor.AI, Chub and RisuAI.
View guideLibreChat, LobeChat, Open WebUI, Chatbox and generic OpenAI-compatible clients.
View guideOpenAI-compatible SDKs, OpenCode, Aider, and supported coding clients.
View guideSubscription quotas and PAYG are charged from the active catalog. Prices and availability are shown before checkout.
Rolling request quota for individual workloads
Higher rolling quota for regular use
Highest current catalog quota
Fully OpenAI-compatible endpoints. Switch providers without changing your code. One API key for the supported public contract.
Drop-in /v1/chat/completions support for existing clients.
Account-level quota and PAYG accounting run before forwarding.
Use GET /v1/models to discover currently available models.
curl -X POST https://llm.market/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "MODEL_FROM_V1_MODELS",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}'Streaming requests request a final usage frame for accurate billing.
Requests pass through the active gateway and are attributed to your account for quota and PAYG accounting.
One OpenAI-compatible API for supported chat requests.
Routes through the active gateway and model catalog.
Usage and billing are recorded at the account level.
usage, quota, and PAYG controls
Active catalog only
Supported Formats
{
"models": "GET /v1/models",
"chat": "POST /v1/chat/completions",
"responses": "POST /v1/responses"
}Only listed endpoints are part of the public API contract.
Use llm.market for chat, API keys, PAYG billing and subscription quotas.