Skip to content
@prodialabs

Prodia

fastest image and video generation in the world

Welcome to Prodia

We make a fast simple API for AI image generation.

const{ createProdia }=require("prodia/v2");constfs=require("node:fs/promises");// add this to imports at the topconstprodia=createProdia({token: process.env.PRODIA_TOKEN,// get it from environment});(async()=>{// run a flux schnell generationconstjob=awaitprodia.job({type: "inference.flux.schnell.txt2img.v1",config: {prompt: "puppies in a cloud, 4k",},});constimage=awaitjob.arrayBuffer();awaitfs.writeFile("puppies.jpg",newUint8Array(image));// open puppies.jpg})();

For more information check out our API docs.

Pinned Loading

  1. prodia-jsprodia-jsPublic

    Official TypeScript library for Prodia's AI inference API.

    TypeScript 29 11

  2. mcpmcpPublic

    mcp server for prodia's media generation

    TypeScript

Repositories

Showing 10 of 20 repositories

Top languages

Loading…

Most used topics

Loading…