> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infery.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Playground overview

> A full UI for chatting with models, generating content and organising work into projects.

The Playground at **[app.infery.ai/playground](https://app.infery.ai/playground)** is the in-browser product surface. Everything you can do via API is available here, plus team-friendly features that only make sense in a UI: project organisation, bookmarks, granular sharing.

## Layout

* **Sidebar (left)** — projects, chats, shared items, bookmarks and quick filters (Mine · Shared · Bookmarks)
* **Main area (center)** — message thread of the current chat
* **Modality tabs (top)** — switch between Chat · Generate Image · Text-to-Speech · Speech-to-Text · Generate Video · Generate Music
* **Input zone (bottom)** — textarea, file attachment button, model picker, settings (duration, aspect ratio, voice, etc), send button
* **Cost meter (bottom-right)** — credits remaining, approximate cost of the current message

## What you can do

<CardGroup cols={2}>
  <Card title="Chat with 150+ models" href="/models/catalog">
    Switch between frontier and open-source models mid-conversation. Credits are metered uniformly.
  </Card>

  <Card title="Generate images, video, voice, music" href="/playground/modalities">
    Six modalities, same UI, same credit balance.
  </Card>

  <Card title="Organise into projects" href="/playground/chats-and-projects">
    Group chats with shared settings — default model, system prompt, sharing scope.
  </Card>

  <Card title="Attach files" href="/playground/files-and-attachments">
    Drop PDFs, images, audio. Reuse generated images across messages.
  </Card>

  <Card title="Share granularly" href="/playground/sharing">
    Keep chats private, share with the whole workspace, or invite specific users with read or write access.
  </Card>

  <Card title="Bookmark answers" href="/playground/bookmarks">
    Pin important messages and revisit them across the workspace.
  </Card>
</CardGroup>

## Keyboard shortcuts

| Shortcut        | Action                         |
| --------------- | ------------------------------ |
| `Enter`         | Send message                   |
| `Shift + Enter` | New line in input              |
| `Cmd/Ctrl + K`  | Quick search chats             |
| `Esc`           | Close modal / cancel streaming |

## Under the hood

Every Playground message is a normal inference call through the same gateway that serves the API — same models, same credits, same fallback behaviour. Generated images and videos are mirrored to our GCS storage automatically so they survive past the provider's ephemeral URLs.
