Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AI/txt2img.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: puter.ai.txt2img()
description: Generate images from text prompts using AI models like GPT Image, Nano Banana, and DALL-E 3.
platforms: [websites, apps]
platforms: [websites, apps, workers]
---

Given a prompt, generate an image using AI.
Expand Down
2 changes: 1 addition & 1 deletion src/AI/txt2speech.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: puter.ai.txt2speech()
description: Convert text to speech with AI using multiple languages, voices, and engine types.
platforms: [websites, apps]
platforms: [websites, apps, workers]
---

Converts text into speech using AI. Supports multiple languages and voices.
Expand Down
2 changes: 1 addition & 1 deletion src/AI/txt2vid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: puter.ai.txt2vid()
description: Generate short-form videos with OpenAI Sora models through Puter.js.
platforms: [websites, apps]
platforms: [websites, apps, workers]
---

Create AI-generated video clips directly from text prompts.
Expand Down