Two ways to access templates
Production-Ready Applications
Browse production ready applications at inworld.ai/templates Each template includes frontend, backend, deployment configs, and lives in its own repository. Examples: Voice Agent, Zoom Demeanor Evaluator, Language Learning App.- Use when: Building a complete product or starting a new project
-
How: Clone directly from GitHub (CLI support coming soon)

Learning Examples & Code Snippets
Explore focused code examples at github.com/inworld-ai/inworld-runtime-templates-node Standalone examples demonstrating specific Runtime features: LLM chat, TTS, STT, safety checks, custom nodes, etc.- Use when: Learning Runtime concepts, prototyping workflows, or understanding specific features
- How: Clone the repository and explore individual examples
Guides
Guides are step-by-step instructions with focused code snippets that demonstrate specific concepts and show you how to implement particular functionality. Use templates and guides to jumpstart your development with the Runtime SDK!Understand the Templates
LLM
Learn how to make a single LLM call, with support for streaming, tool calling, and multimodal inputs.
TTS
Learn how to call a Text-to-Speech (TTS) model to generate audio.
Voice Agent
Learn how to build a natural realtime voice experience, ready for production use
Comic Generator
Learn how to generate 4-panel comic using Runtime and MiniMax Image Generation.
Multimodal Companion
Learn how to take in multimodal inputs to power an AI companion.
Shopping Agent
Learn how to use tool calling to build a conversational shopping assistant.