Video Generation
Connect your Hugging Face account to generate
- Go to huggingface.co and create a free account (no card needed).
- Open Settings β Access Tokens.
- Click Create new token (a "Read" token is enough) and copy it.
- Paste it below. Forge stores it encrypted and only uses it for your own generations, spending your own account's daily quota -- Forge itself never pays for or limits your generations.
Or connect your own Modal account (more headroom, a bit more setup)
- Go to modal.com/signup and create a free account (no card needed, $30/month in free compute).
- In a terminal:
pip install modal, thenmodal setupto link your account (opens a browser, no copy-pasting needed). - Download this worker file and deploy it from the same terminal:
modal deploy app.py. - Paste the URL it printed after deploying below.
Post Copywriting
Connect your OpenRouter account to generate
- Go to openrouter.ai and create a free account (no card needed).
- Open Settings β Keys.
- Click Create key and copy it.
- Paste it below. Forge stores it encrypted and only uses it for your own generations, on OpenRouter's free-tier models -- Forge itself never pays for or limits your generations.