Standard requests
chat/completions, streaming, curl / Python / Node. Set base URL and key. No custom SDK.
Chat API · flat monthly rate
Product
One key, one model id. Call chat completions from your server. Capacity grows underneath without changing your integration.
chat/completions, streaming, curl / Python / Node. Set base URL and key. No custom SDK.
$297/mo for text. Same bill every month. No token invoice, no surprise overage line.
Model id and key stay put when we add hardware. You keep shipping product; we run capacity.
Access
Stripe checkout. No credentials until payment clears.
Base URL, model, limits, and key in one place. Member guide included.
Use model legia-max. Keep the key on the server, never in a public frontend.
Request shape
Placeholder only. Real base URL and key appear in the dashboard after subscribe.
curl YOUR_BASE_URL/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "legia-max",
"messages": [
{"role": "user", "content": "Hello"}
]
}'Add-on
Spoken replies for +$100/mo. Toggle in the dashboard. Same account, separate speech path.
Pricing
Limited seats on shared capacity. Built for product traffic, not bulk scrapers.
Pro
Flat rate for chat. Personal key, usage counters, and the full member guide.
Stripe checkout. Cancel in the customer portal anytime.
legia-max · streamingFAQ
Only in your dashboard after subscribe. Marketing pages never show production endpoints.
Any HTTP client that can call chat completions: curl, Python, Node, and most SDKs that accept a custom base URL.
One monthly price for chat. Rate limits protect shared capacity so every seat stays usable.
Keep the key on your server. Cap max tokens. Handle 401, 429, and 5xx with backoff.