Playground tour

Walk through every interactive sandbox in Meridian so you can test models, embeddings, and image generation before wiring up your app.

/playground/chat

The chat playground gives you a persistent conversation thread backed by your selected model. Pick a provider, adjust temperature and max tokens, then send messages. System prompts are editable inline so you can lock behaviour before copying the curl snippet or the SDK call that appears below the thread.

Open chat playground →

/playground/embeddings

Paste text blocks and watch Meridian return normalised embedding vectors in real time. Compare cosine similarity between two inputs, switch embedding models on the fly, and export results as JSON. The panel also shows token counts and latency so you can estimate costs before scaling.

Open embeddings playground →

/playground/images

Generate images from prompts with DALL·E 3 or Stable Diffusion. Each result includes the revised prompt, seed, and generation parameters. Save favourites to a lightweight gallery inside the playground session so you can compare outputs side by side before downloading.

Open images playground →

Every playground saves your last-used settings in local storage. When you are ready to integrate, grab the auto-generated code snippet at the bottom of each page — it mirrors exactly what the playground just sent.