Skip to main content
The Playground is an interactive testbed for any model in the Model Hub. Three modes are exposed as tabs at the top:
  • LLM: text and chat models.
  • Multimodal: image, video, audio, and vision models.
  • Workflow: launches the visual workflow runner for saved Studio workflows.
Top-right links: Model Details (jumps to the current model’s catalog page) and Tooling in docs (this site). URL: https://console.gmicloud.ai/user-console/ie/playground/llm

LLM mode

A model selector above the chat (default Gemini 3.5 Flash). Selecting a new model routes to /playground/llm/<uuid>. The left settings panel exposes the common LLM controls:
ControlDefaultNotes
Temperature0.5Sampling temperature
Max Tokens4096Per-response cap
Top K1Top-K sampling
Top P0.9Nucleus sampling
Frequency Penalty0
Presence Penalty0
StreamOnToken streaming toggle
System Prompt”You are a helpful assistant”Editable
The chat surface fills the rest of the screen with a “Type your message” composer at the bottom.

Multimodal mode

Pick an image, video, audio, or vision model. The UI adapts per model: prompt textarea, asset upload slot, and model-specific parameters (e.g. duration for video, voice ID for TTS).

Workflow mode

Opens an embedded workflow runner so you can execute saved Studio workflows without leaving the Playground.

Next steps