@asist/auto-k
v0.2.0
Published
AutoK CLI for auto-k.dev — stream Claude and Gemini from your terminal with prepaid credits. autok login, autok ask.
Maintainers
Readme
AutoK CLI
Stream Claude and Gemini from your terminal with prepaid credits — one key, one endpoint, no provider accounts.
npm install -g @asist/auto-kQuick start
# Sign in with Google in your browser — your API key is issued and saved automatically
autok login
# Ask anything, streamed straight to your terminal
autok ask "Design a Redis billing middleware"That's it. No OpenAI/Anthropic/Google API keys to manage.
Usage
autok login # browser login (Google)
autok login pk_live_... # or paste an API key from the dashboard
autok ask "prompt" # ask using the server's default model
autok ask "prompt" --model gemini-2.5-proModels
| Alias | Provider |
|---|---|
| gemini-2.5-pro / gemini-2.5-flash / gemini-2.5-flash-lite | Google Gemini |
| claude-fable-5 / claude-opus-4-8 / claude-sonnet-4-6 / claude-haiku-4-5 | Anthropic Claude |
| nova-pro / nova-lite / nova-micro | Amazon Nova |
Pricing is usage-based: credits are deducted per token at transparent rates synced to provider list prices. See your usage breakdown on the dashboard.
Plans
- Basic — $5/month, 5,000,000 credits monthly
- One-time credit packs from $10
Links
- Website / dashboard: auto-k.dev
- API endpoint:
https://api.auto-k.dev/v1/chat/completions(OpenAI-compatible,Authorization: Bearer <API_KEY>) - Privacy: auto-k.dev/privacy · Terms: auto-k.dev/terms
Works on macOS (Intel/Apple Silicon), Linux (x64/arm64), and Windows.
