HOME
Welcome back, there
Shortcuts
Recent activity
WORKSPACE
API keys
Create and revoke keys. Secrets are shown once.
ANTI-ABUSE VERIFICATION
Verify Telegram to create keys
One Telegram account can verify one QuickAI Tool account.
Your keys
Use keys only in trusted applications.
Copy this key now — it will not be shown again
https://api.quickaitool.com/v1ANALYTICS
Usage & pricing
Exact metering for input, cache, cache creation, and output tokens.
Available text models
Standard processing · USD per 1M tokens.
OBSERVABILITY
Request logs
Rolling activity from the last 24 hours. Up to 250 latest requests.
TIMEMODEL / KEYTOKENSCOSTSTATUS
DOCUMENTATION
Official Codex CLI setup
Tested with the official @openai/codex package and Responses API.
1. Install Codex
npm install -g @openai/codex2. Set your key
# PowerShell
$env:QUICKAI_API_KEY = "YOUR_API_KEY"3. Add to ~/.codex/config.toml
model_provider = "quickai"
model = "gpt-5.5"
model_reasoning_effort = "xhigh"
disable_response_storage = true
[model_providers.quickai]
name = "QuickAI Tool"
base_url = "https://api.quickaitool.com/v1"
env_key = "QUICKAI_API_KEY"
wire_api = "responses"4. Launch
codex