Interactive REPL
Drop into a conversational REPL. Chat with any model, run multi-turn sessions, and use slash commands. All from your terminal.
We are now entering our private seed round.
A developer-first CLI for running inference, coding agents, and automating LLM workflows. Straight from your command line.
Need an API key? Sign in to LLMTune and create one in your dashboard.
Drop into a conversational REPL. Chat with any model, run multi-turn sessions, and use slash commands. All from your terminal.
Install curated skills from the Agent Hub (llmtune skills install). Browse skills and prompts on the web at /agent.
Run autonomous agent loops that stream reasoning, tool calls, and results in real time. Compaction and permissions built in.
Built on api.llmtune.io OpenAI-compatible endpoints. Standard REST and streaming. No proprietary SDK required.
One-shot mode with llmtune chat -p. Pipe stdin, attach files, and chain with grep, jq, or any Unix tool in CI/CD.
Run llmtune login once to store your API key in ~/.llmtune/config.json. Use llmtune doctor to verify connectivity.
Install the native binary, run llmtune login with your API key, then llmtune chat to start.
macOS / Linux
curl -fsSL https://llmtune.io/install.sh | bashWindows
iex (irm https://llmtune.io/install.ps1)