#112 · Primary category: AI Gateway & API Infrastructure

genblaze

ai-pipeline audio-generation b2-labs backblaze backblaze-b2 data-pipeline framework gemini genblaze generative-ai generative-models image-generation open-source openai python video-generation

Genblaze is an open source Python SDK for orchestrating generative AI media pipelines across video, audio, and image providers with built in provenance for every output.

Project last updated:08/20/26

GitHub Stars

559

Forks

24

Contributors

8

License

MIT

Why we included this project

Most teams start with a single API call to a video or image model, and that works until they need to chain several providers together. Genblaze is a Python SDK that puts video, image, and audio generation behind one Pipeline API, with adapters for OpenAI, Google, Runway, Luma, ElevenLabs, and Stability Audio, so swapping vendors means changing a line rather than rewriting your orchestration. The provenance story is what stands out: every run produces a canonical manifest with SHA-256 coverage that you can embed in the media file itself or store alongside it, and a verify step checks the hashes. That matters for regulated or archival work where you need to show an asset hasn't been tampered with. The SDK also handles retries and fallback model chains, and can push outputs to Backblaze B2 or any S3-compatible store when you want durable, credential-free asset URLs as part of the pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category