Overview
Clavue is an agent-era AI platform: the native macOS IDE imux, Clavue CLI / TUI runtimes, web Chat, and official auto · clavue · 2.1 models. Every official surface shares one membership account and quota.
Product surfaces
Native macOS command center — agents, files, SCM, browser, supervisor.
icc / Clavue CLI — scripts, CI, socket control, device login.
Interactive terminal agent UI without full IDE chrome.
Browser multi-turn Chat · playground · chat.clavue.com.
auto · clavue-2.1 · fast / pro / rev · search · img.
Free · Paid×1 · ×5 · ×20 · Education — one quota everywhere.
Python · Node · curl first request (xAI-style steps).
OpenAI-compatible HTTPS at api.clavue.com/v1.
SSE stream=true token-by-token delivery.
Function calling · Official MCP · imux native tools.
clavue-img generation (Imagine-class surface).
Membership bands + API token tiers.
Keys, retention, compliance FAQ.
Get started
Pick an entry point; calling official models usually needs a Clavue membership account.
imux · macOS IDE
Full native command center: terminals, multi-session Agent Chat, files / SCM, browser automation, and supervisor.
# Optional CLI shim after install
sudo ln -sf "/Applications/imux.app/Contents/Resources/bin/icc" /usr/local/bin/icc
icc --helpContinue to quickstart → · IDE docs →
Clavue Chat · Web
Multi-turn chat in the browser: Ask / Plan / Agent, official models, and boost quota.
open https://www.clavue.com/playground
# or chat.clavue.comAPI · OpenAI 兼容
curl -s https://api.clavue.com/v1/chat/completions \
-H "Authorization: Bearer $CLAVUE_TOKEN" \
-H "Content-Type: application/json" \
-d '{"model":"clavue-2.1","messages":[{"role":"user","content":"Hello"}]}'HTTP API guide → · CLI reference →
Hosts & responsibilities
| Host | Role |
|---|---|
www.clavue.com | Platform: membership, pricing, Chat, docs, API keys |
api.clavue.com | OpenAI-compatible inference & models list |
www.iccjk.com | imux product · Sparkle / DMG (current v5.0.33) |
chat.clavue.com | Model playground (shared quota) |
What you can do
- Run multi-agent loops in imux: Scout → Plan → implement → verify
- Code, review PRs, and long tasks on official models (2.1 / pro / rev)
- Device-code login for CLI / TUI, shared with web membership
- OpenAI-compatible integrations: point baseURL at api.clavue.com
If something fails
When Chat, API, or imux official models fail, you get a readable message and a support Ref (requestId + code). Use the code for sign-in, quota, or upstream recovery; include the full Ref line when reporting. Errors & support →