Starter
$10 per month
$10 a month for 12.5 million tokens. Fits writing, short research, and lighter daily agent use.
See StarterCode review, analysis, and security research
Agents spend most of their tokens on input: long context, tool results, the same file read twice. Top tier models charge $5.00 per million input tokens. Mirai 1 charges $0.10. That gap is Mirai 1, not the flash sampler. Six flash models sit beside it, billed at list cost on the API, not at a fake discount. The endpoint speaks the chat completions contract, so point Hermes, OpenClaw, or whichever harness you already run at satuapps.com/v1.
Sign in to get a key, or start on a trial key that runs for 24 hours.
The endpoint follows the chat completions contract, so Hermes, OpenClaw, and anything else that speaks it work as they are. Swap base_url and your API key, then keep your existing integration.
Chat completions compatible API at satuapps.com/v1, with tool calling and per token billing. Point an existing client at a new base URL and keep the rest of your integration.
API docs →Sign in and the key appears on this page. In a hurry? A trial key runs straight away, good for 24 hours with a token ceiling.
Get an API key →Long loops, repeated reads, tool calls and retries. The endpoint is shaped for that work, not for one question and one answer.
Send tools and tool_choice exactly as your harness already builds them. Mirai answers with the calls; your loop keeps running the tools.
A long agent conversation carrying file contents and tool output fits without trimming history or rewriting your prompt strategy.
Replies arrive as server sent events, so a long answer shows up while it is written instead of after it finishes.
Every retry, every tool result, every extra read of the same file is billed at $0.10 per million input tokens. That is what makes leaving an agent running affordable.
An API key is a standing charge on your account, so it is treated that way. Access is verified, sessions are protected, and every request is measured.
All traffic to Mirai uses HTTPS. Prompts and responses are encrypted between your browser and our infrastructure.
Sign in with a one time code, or with an email and a password. A password is never kept the way you typed it: what we store is a scrypt hash, which cannot be turned back into it.
Focused profiles require reviewed authorization. Every request is measured for billing and abuse prevention.
The six flash models are billed at list cost, so the API price is the catalogue price. Mirai 1 costs $0.10 input and $0.80 output per million tokens. Mirai 2 stays paid. Add credit from $5 and the balance does not expire.
The six flash models are billed at list cost, with no invented discount on top. Mirai 1 uses $0.10 input and $0.80 output per million tokens. Mirai 2 stays paid. Add credit from $5. The balance does not expire.
Add creditmirai-1Everyday conversation, drafting, summarizing, and analysis. 200 web chats a day, bill covered. API: 50 free requests a day per key, then $0.10 input and $0.80 output per million tokens.
mirai-2Deeper reasoning and complex coding. Needs an active plan or balance to use.
Six named models, billed at list cost on the API, with no invented discount.
gemini-3.8-flashFlash model for everyday web chat. 50 web chats a day. API billed at list cost.
Plans
Fixed monthly pricing, with usage measured from the context and output each request actually uses.
$10 per month
$10 a month for 12.5 million tokens. Fits writing, short research, and lighter daily agent use.
See Starter$20 per month
$20 a month for 25 million tokens. Twice the Starter budget, same rolling 4 hour refill.
See Plus$99 per month
$99 a month for 125 million tokens. Ten times Starter, for long agent loops that stay up.
See ProEvery plan includes
A short question uses less than a long document or a detailed code review. Your allowance is tracked from actual token usage and becomes available again on a rolling 4 hour basis, with separate weekly and monthly safeguards.
Mirai follows the chat completions contract. Point your harness at a new base URL, add your key, and keep the rest of your integration familiar. The public models are Mirai 1, Mirai 2, and six flash models.
curl https://satuapps.com/v1/chat/completions \
-H "Authorization: Bearer $MIRAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mirai-1",
"messages": [{"role": "user", "content": "Halo!"}]
}'For security audits, bug bounty, red team exercises, and defensive research. Submit your organization, scope, and intended use for review. Approved accounts receive a focused profile tuned for authorized security work.
Request focused accesssatuapps builds Mirai and runs its own products on the same API.
Every price shown here comes from the same catalogue the API bills from.
Four languages: English, Indonesian, Japanese, and Spanish, with light and dark themes.
Copy an API key and plug it into the harness you already use.
Get your API keyWe use cookies for analytics, and to remember your language and theme. Learn more.