{"id":29796871,"url":"https://github.com/freecode911/openai-stable-ts-api","last_synced_at":"2026-02-21T10:02:49.554Z","repository":{"id":305589018,"uuid":"1023286087","full_name":"FreeCode911/openai-stable-ts-api","owner":"FreeCode911","description":"All-in-One AI API with GPT, TTS, Text-to-Image \u0026 Image Editing — just $3/month. Fast, cheap \u0026 powerful REST API for AI projects.","archived":false,"fork":false,"pushed_at":"2025-07-20T23:21:07.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T05:52:45.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FreeCode911.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-20T23:17:33.000Z","updated_at":"2025-07-20T23:21:11.000Z","dependencies_parsed_at":"2025-07-21T01:22:11.758Z","dependency_job_id":null,"html_url":"https://github.com/FreeCode911/openai-stable-ts-api","commit_stats":null,"previous_names":["freecode911/openai-stable-ts-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FreeCode911/openai-stable-ts-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeCode911%2Fopenai-stable-ts-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeCode911%2Fopenai-stable-ts-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeCode911%2Fopenai-stable-ts-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeCode911%2Fopenai-stable-ts-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreeCode911","download_url":"https://codeload.github.com/FreeCode911/openai-stable-ts-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeCode911%2Fopenai-stable-ts-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-28T05:40:59.910Z","updated_at":"2026-02-21T10:02:49.549Z","avatar_url":"https://github.com/FreeCode911.png","language":null,"readme":"# 🌐 All-in-One API — Only $3/month\n\n🔥 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**!\n\n➡️ **Now also available on [RapidAPI](https://rapidapi.com/FreeCode911/api/flux-api-4-custom-models-100-style)**\n\n---\n\n## 🚀 Features\n\n### 🧠 LLM (Chat \u0026 Completion)\n- Supports `gpt-4`, `gpt-3.5`, and custom models\n- Chat or prompt-completion format\n- Streamed or full response options\n\n### 🎨 Text to Image\n- Generate stunning images from text prompts\n- Support for aspect ratios, styles, quality settings\n- Fast, high-resolution outputs\n\n### 🖼️ Image to Image\n- Modify or enhance existing images\n- Great for upscaling, style transfer, or edits\n\n### 🗣️ Text to Speech (TTS)\n- Lifelike voices for multiple languages\n- Supports pitch, speed, and emotion customization\n- Over 30+ voices available (English, Hindi, French, etc.)\n\n### 🌍 AI Translation\n- Translate text between 100+ languages\n- Powered by large multilingual AI models\n- Fast, reliable, and perfect for global applications\n\n---\n\n## 💰 Pricing\n\n\u003e **💸 Just $3/month** — No limits, No BS  \n\u003e Perfect for developers, creators, hobbyists, and businesses.\n\n---\n\n## 📡 API Endpoints Overview\n\n| Feature          | Method | Endpoint                    |\n|------------------|--------|-----------------------------|\n| LLM Chat         | POST   | `/v1/chat/completions`      |\n| Text to Image    | POST   | `/v1/generate/image`        |\n| Image to Image   | POST   | `/v1/modify/image`          |\n| Text to Speech   | POST   | `/v1/tts`                   |\n| AI Translate      | POST   | `/v1/translate`             |\n\n\u003e 🔐 All endpoints require an `Authorization` token header.\n\n---\n\n## 🛠️ Quick Start\n\n### 🔑 Get API Key\nVisit: [RapidAPI](https://rapidapi.com/FreeCode911/api/flux-api-4-custom-models-100-style)\n\n### 📦 Sample Request (LLM)\n\n```bash\ncurl -X POST https://your-api-domain.com/v1/chat/completions \\\n-H \"Authorization: Bearer YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n  \"model\": \"gpt-4\",\n  \"messages\": [{\"role\": \"user\", \"content\": \"Tell me a joke\"}]\n}'\n```\n\n### 🧪 Sample Request (TTS)\n\n```bash\ncurl -X POST https://your-api-domain.com/v1/tts \\\n-H \"Authorization: Bearer YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n  \"text\": \"Hello world!\",\n  \"voice\": \"bf_emma\"\n}'\n```\n\n---\n\n## 📷 Image Output Example\n\n| Text Prompt                     | Output Preview                     |\n|--------------------------------|------------------------------------|\n| *\"Cyberpunk city at night\"*    | ![preview](https://yourcdn.com/img1.jpg) |\n| *\"Fantasy warrior on dragon\"*  | ![preview](https://yourcdn.com/img2.jpg) |\n\n---\n\n## 🙌 Why Choose Us?\n\n✅ **Super Cheap** — Just $3  \n✅ **All-in-One** — No need for multiple APIs  \n✅ **Fast** — Built on top of powerful cloud infra  \n✅ **Simple** — Easy-to-use REST endpoints  \n✅ **Secure** — Token-authenticated \u0026 encrypted\n\n---\n\n## 📞 Support\n\nNeed help? Reach out on:\n\n- Email: lykcloud@dr.com\n\n---\n\n## 🧠 Built With\n\n- Node.js + Express / Deno\n- Hosted on: Deno\n\n---\n\n## 🥂 Let's Build the Future Together\n\n\u003e Invite your friends, contribute on GitHub, and power your next big idea with AI — affordably.\n\n**⭐ Star this repo if you love it!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreecode911%2Fopenai-stable-ts-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreecode911%2Fopenai-stable-ts-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreecode911%2Fopenai-stable-ts-api/lists"}