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.
- Host: GitHub
- URL: https://github.com/freecode911/openai-stable-ts-api
- Owner: FreeCode911
- Created: 2025-07-20T23:17:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T23:21:07.000Z (9 months ago)
- Last Synced: 2025-07-28T05:52:45.990Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"* |  |
| *"Fantasy warrior on dragon"* |  |
---
## ๐ 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!**