SkillAgentSearch skills...

Dreamframe

A minimal AI image generator using the Pollinations.ai API. Type any prompt to generate an image with multiple model choices.

Install / Use

/learn @funniman23/Dreamframe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://raw.githubusercontent.com/pollinations/pollinations/main/assets/logo.svg" alt="pollinations.ai logo" width="120" />

Dreamframe

The best way to test your Pollinations API key.

A full-featured, single-file playground for pollinations.ai . Images, video, voice, and music generation. Paste your API key and start creating.

Built with Pollinations License: MIT Live Demo

→ Open Live Demo

</div>

What is Dreamframe?

Dreamframe is a zero-dependency, single-HTML-file playground for the pollinations.ai API. It lets developers and creators test every major Pollinations model images, video, voice, and music, without writing a line of code. Enter your API key, pick a model, type a prompt, generate.


<div align="center">

Dreamframe showcase

</div>

Features

| Mode | What it does | Models | |---|---|---| | Image | Text → image | Flux Schnell, Turbo, Flux Realism, Flux Anime, Flux 3D, Flux 2 Dev, Dirtberry, Dirtberry Pro, Z-Image Turbo, Imagen 4, Grok Imagine, Klein, GPT Image 1 Mini + all 💎 paid tiers | | Video | Text → video clip | Grok Video, LTX-2, Seedance Lite, Wan 2.6, Veo 3.1 Fast, Seedance Pro, Pruna p-video | | Voice | Text → spoken audio | ElevenLabs v3 (20+ voices), Qwen3 TTS | | Music | Text → music | ElevenLabs Music, Suno v5 |

Also included

  • Prompt Enhancer — AI-rewrites your prompt via openai-fast for richer results
  • Random prompt — 15 hand-picked cinematic prompts to spark ideas
  • Style quick-tags — one-click append: cinematic, anime, 3D render, watercolor, etc.
  • Negative prompt — collapsible negative prompt field
  • Seed control — lock seeds for reproducibility, shuffle for variety
  • Session gallery — every generation saved; lightbox preview, one-click download, reuse prompt
  • Pollen Cost Calculator — live estimator across all media types with per-tier sufficiency indicators
  • BYOP — your sk_ or pk_ key stored in sessionStorage only, never transmitted elsewhere
  • Zero dependencies — one .html file, no build step, no npm, no framework

Running locally

git clone https://github.com/funniman23/Dreamframe.git
cd Dreamframe
open index.html

Or double-click index.html. That's it.


Getting a Pollinations API key

  1. Go to enter.pollinations.ai
  2. Sign in with GitHub
  3. Create a Secret key (sk_…) or App key (pk_…)
  4. Paste it into the Enter API key modal in Dreamframe

API endpoints used

# Image & Video
GET  https://gen.pollinations.ai/image/{prompt}
     ?model=flux&width=1024&height=1024&seed=42&referrer=dreamframe&key=sk_...

# TTS & Music (OpenAI-compatible)
POST https://gen.pollinations.ai/v1/audio/speech
     { "input": "...", "model": "elevenlabs", "voice": "aria" }

# Prompt Enhancement
GET  https://gen.pollinations.ai/text/{prompt}
     ?model=openai-fast&referrer=dreamframe&key=sk_...

Full API reference → APIDOCS.md


Pollen cost reference

| Type | Model | Rate | |---|---|---| | Image | Flux Schnell | 0.001 p / img | | Image | Z-Image Turbo | 0.002 p / img | | Image | Flux Kontext 💎 | 0.04 p / img | | Video | Grok Video ⚠️ | 0.003 p / sec | | Video | Veo 3.1 Fast 💎 | 0.150 p / sec | | Voice | ElevenLabs v3 | 0.18 p / 1K chars | | Music | ElevenLabs Music | 0.005 p / sec |

Full pricing at enter.pollinations.ai


License

MIT


<div align="center"> <a href="https://pollinations.ai"> <img src="https://raw.githubusercontent.com/pollinations/pollinations/main/assets/logo.svg" alt="Powered by pollinations.ai" width="72" /> </a> <br/><br/> <sub>Built with <a href="https://pollinations.ai">pollinations.ai</a> — Free & Open AI API</sub> </div>
View on GitHub
GitHub Stars5
CategoryContent
Updated13d ago
Forks0

Languages

HTML

Security Score

85/100

Audited on Mar 15, 2026

No findings