An open API service indexing awesome lists of open source software.

https://github.com/freecode911/openai-stable-ts-api

All-in-One AI API with GPT, TTS, Text-to-Image & Image Editing โ€” just $3/month. Fast, cheap & powerful REST API for AI projects.
https://github.com/freecode911/openai-stable-ts-api

Last synced: 2 months ago
JSON representation

All-in-One AI API with GPT, TTS, Text-to-Image & Image Editing โ€” just $3/month. Fast, cheap & powerful REST API for AI projects.

Awesome Lists containing this project

README

          

# ๐ŸŒ All-in-One API โ€” Only $3/month

๐Ÿ”ฅ The most affordable and powerful API for all your AI needs. Unlock the full potential of LLMs, Text-to-Image, Image-to-Image, and TTS โ€” all in one place, for just **$3**!

โžก๏ธ **Now also available on [RapidAPI](https://rapidapi.com/FreeCode911/api/flux-api-4-custom-models-100-style)**

---

## ๐Ÿš€ Features

### ๐Ÿง  LLM (Chat & Completion)
- Supports `gpt-4`, `gpt-3.5`, and custom models
- Chat or prompt-completion format
- Streamed or full response options

### ๐ŸŽจ Text to Image
- Generate stunning images from text prompts
- Support for aspect ratios, styles, quality settings
- Fast, high-resolution outputs

### ๐Ÿ–ผ๏ธ Image to Image
- Modify or enhance existing images
- Great for upscaling, style transfer, or edits

### ๐Ÿ—ฃ๏ธ Text to Speech (TTS)
- Lifelike voices for multiple languages
- Supports pitch, speed, and emotion customization
- Over 30+ voices available (English, Hindi, French, etc.)

### ๐ŸŒ AI Translation
- Translate text between 100+ languages
- Powered by large multilingual AI models
- Fast, reliable, and perfect for global applications

---

## ๐Ÿ’ฐ Pricing

> **๐Ÿ’ธ Just $3/month** โ€” No limits, No BS
> Perfect for developers, creators, hobbyists, and businesses.

---

## ๐Ÿ“ก API Endpoints Overview

| Feature | Method | Endpoint |
|------------------|--------|-----------------------------|
| LLM Chat | POST | `/v1/chat/completions` |
| Text to Image | POST | `/v1/generate/image` |
| Image to Image | POST | `/v1/modify/image` |
| Text to Speech | POST | `/v1/tts` |
| AI Translate | POST | `/v1/translate` |

> ๐Ÿ” All endpoints require an `Authorization` token header.

---

## ๐Ÿ› ๏ธ Quick Start

### ๐Ÿ”‘ Get API Key
Visit: [RapidAPI](https://rapidapi.com/FreeCode911/api/flux-api-4-custom-models-100-style)

### ๐Ÿ“ฆ Sample Request (LLM)

```bash
curl -X POST https://your-api-domain.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4",
"messages": [{"role": "user", "content": "Tell me a joke"}]
}'
```

### ๐Ÿงช Sample Request (TTS)

```bash
curl -X POST https://your-api-domain.com/v1/tts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello world!",
"voice": "bf_emma"
}'
```

---

## ๐Ÿ“ท Image Output Example

| Text Prompt | Output Preview |
|--------------------------------|------------------------------------|
| *"Cyberpunk city at night"* | ![preview](https://yourcdn.com/img1.jpg) |
| *"Fantasy warrior on dragon"* | ![preview](https://yourcdn.com/img2.jpg) |

---

## ๐Ÿ™Œ Why Choose Us?

โœ… **Super Cheap** โ€” Just $3
โœ… **All-in-One** โ€” No need for multiple APIs
โœ… **Fast** โ€” Built on top of powerful cloud infra
โœ… **Simple** โ€” Easy-to-use REST endpoints
โœ… **Secure** โ€” Token-authenticated & encrypted

---

## ๐Ÿ“ž Support

Need help? Reach out on:

- Email: lykcloud@dr.com

---

## ๐Ÿง  Built With

- Node.js + Express / Deno
- Hosted on: Deno

---

## ๐Ÿฅ‚ Let's Build the Future Together

> Invite your friends, contribute on GitHub, and power your next big idea with AI โ€” affordably.

**โญ Star this repo if you love it!**