The playground
The playground is the human side of inference.club: a set of dashboard tools that exercise every modality without writing a line of code. Everything here is the same API the rest of these docs describe — the playground just gives it a face. Sign in and find it under Dashboard → Playground.
Language
Streaming chat with a model picker, system prompt, sampling controls, a thinking toggle, image/audio/video attachments for multimodal models, and inline speech playback.
Per-token logprobsTurn on the logprobs viewer to see each token's probability — useful for debugging refusals, confidence, and sampling.
Chat threadsConversations persist with AI-generated titles, so you can pick up where you left off. Browse them under Dashboard → Chats.
Agents
A server-side tool-calling chatbot. It can search the web, scrape pages, browse, and generate images, video, music, and voice — picking tools and skills on its own.
Voice agentHands-free: your microphone streams to speech-to-text, into the streaming agent, and back out as speech — a spoken conversation with tools.
The agent can also use your own third-party keys (Brave, ElevenLabs, OpenAI…) when a tool needs one — managed under Settings → API keys and stored encrypted.
Audio & voice
Record or upload audio and get a transcript, with timestamps when the model supports them.
Text to speechSynthesize speech from text with a selectable voice.
Voice cloningManage a private library of voice samples, then generate multi-speaker dialogue in those voices.
MusicTurn a description and optional lyrics into a finished track — with cover art.
Audio enhanceDenoise and clean up a noisy recording.
Vision & 3D
Text-to-image and image editing.
VideoGenerate clips from a prompt, or animate a still with image-to-video.
Image to 3DTurn a single image into a downloadable 3D mesh.
ScrapeFetch any URL as clean Markdown.
Build: queue, workflows & studio
Beyond one-shot generation, the playground is where you compose and orchestrate.
Watch async jobs and workflow runs execute live, including an SVG-rendered DAG of each run.
Workflow StudioA visual builder for multi-step pipelines — drag nodes, wire outputs to inputs, run, fork, and rerun a single step.
Narration StudioAssemble multi-segment narrated episodes from text — generate, retrim, reorder, and regenerate each segment.
From playground to API
Nothing in the playground is a dead end. Every generation can be made public, unlisted, or private and dropped into a collection; workflows you build visually run through the same workflows API an automated caller would use; and every tool here maps to an endpoint you can script. The playground is the fastest way to find the model and parameters you want — then you take them to the API.