Dokumentation
Get Started with Web
No code required. Use the Renderful web interface to browse models, generate images and videos, and explore the API โ all from your browser.
Create an Account
Sign up with your Google or GitHub account โ no forms to fill out. You get $1 free credit instantly, no credit card required.
Browse Models
Head to the Models page to explore 100+ AI models from top providers. Filter by category (image, video, audio, 3D, LLM), search by name, or browse curated collections.
| Category | Example Models | Starting At |
|---|---|---|
| Text to Image | Flux Dev, Seedream 4.5, GPT Image | $0.003 |
| Text to Video | Kling V2.6, Sora 2, Veo 3.1 | $0.01/s |
| Image to Video | Hailuo 2.3, Seedance 1.5, Kling O1 | $0.01/s |
| Audio & Speech | ElevenLabs V3, MiniMax Speech | $0.003 |
| 3D Generation | Hunyuan3D V3, V2.1 | $0.02 |
| LLM / Chat | GPT-5.2, Claude Opus, Gemini 3 | $0.001/1K |
Use the Playground
Click any model to open its interactive playground. Every model page has three tabs and a set of toolbar actions.
Playground Tabs
| Tab | Description |
|---|---|
| Playground | Interactive form with all model parameters. Fill in your prompt, adjust settings (size, steps, seed, etc.), and click Run. Results appear in the preview panel on the right. |
| JSON | Shows the raw JSON request body that will be sent to the API. Useful for debugging or copying into your own code. |
| API | Auto-generated code snippets in cURL, Python, and JavaScript. Copy and paste directly into your project โ the code is pre-filled with your current parameters. |
Toolbar
Above the tabs, you'll find quick-action buttons:
| Button | What It Does |
|---|---|
| Star | Save the model to your favourites for quick access. |
| Schema | Opens the OpenAPI spec for this model โ useful for auto-generating clients or exploring parameters. |
| LLMs | Copy the model's llms.txt markdown documentation, or open it directly in ChatGPT or Claude to get integration help. |
Run Button & Cost
The Run button shows the per-request cost (e.g. $0.005). Click it to generate your output. The cost is deducted from your balance only after a successful generation.
Example Outputs
Most models show example outputs in the preview panel when you first open the page. Click Load Example to pre-fill the form with sample parameters, then hit Run to reproduce or tweak the result.
View Your Results
Generated outputs appear in the preview panel on the right side of the playground. From there you can:
- Download images, videos, audio, or 3D models directly
- View the full-size output in a fullscreen modal
- Switch between preview and raw JSON response
- Browse multiple outputs if the model returns more than one
Your generation history is also accessible from the Dashboard, where you can review past requests, costs, and outputs.
Chat with LLMs
For text-to-text models, use the dedicated LLM Playground. It provides a familiar chat interface with:
- Multi-turn conversations with any supported LLM
- Model switching mid-conversation
- Thinking block display for models with extended reasoning
- Per-request cost and latency tracking
- Markdown rendering and code highlighting