文档

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.

1

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.

2

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.

CategoryExample ModelsStarting At
Text to ImageFlux Dev, Seedream 4.5, GPT Image$0.003
Text to VideoKling V2.6, Sora 2, Veo 3.1$0.01/s
Image to VideoHailuo 2.3, Seedance 1.5, Kling O1$0.01/s
Audio & SpeechElevenLabs V3, MiniMax Speech$0.003
3D GenerationHunyuan3D V3, V2.1$0.02
LLM / ChatGPT-5.2, Claude Opus, Gemini 3$0.001/1K
3

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

TabDescription
PlaygroundInteractive 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.
JSONShows the raw JSON request body that will be sent to the API. Useful for debugging or copying into your own code.
APIAuto-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:

ButtonWhat It Does
StarSave the model to your favourites for quick access.
SchemaOpens the OpenAPI spec for this model — useful for auto-generating clients or exploring parameters.
LLMsCopy 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.

Run · $0.005
← click to generate

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.

4

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.

5

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