🚀 New API Endpoint Alert! 🚀
🔹 Endpoint Name: Text-to-Video V2 (Veo3.0 Fast)
🔗 URL: https://yabes-api.pages.dev/api/ai/video/v2
📝 Description:
Unified endpoint for creating and checking the status of Veo 3.0-fast generated videos from text prompts.
📊 Parameters:
- action (string, required): The desired operation.
- prompt (string, required): The text prompt for video generation.
- taskId (string, required): The short operation ID returned from a 'create' action.
📂 Category: AI
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/video/v2
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/ai/video/v2?action=create&prompt=A+futuristic+city+with+flying+cars+and+neon+lights.
https://yabes-api.pages.dev/api/ai/video/v2?action=status&taskId=3dd68c62-3d25-4c9c-9a37-a4360cb54c74
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔹 Endpoint Name: Text-to-Video V2 (Veo3.0 Fast)
🔗 URL: https://yabes-api.pages.dev/api/ai/video/v2
📝 Description:
Unified endpoint for creating and checking the status of Veo 3.0-fast generated videos from text prompts.
📊 Parameters:
- action (string, required): The desired operation.
- prompt (string, required): The text prompt for video generation.
- taskId (string, required): The short operation ID returned from a 'create' action.
📂 Category: AI
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/video/v2
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/ai/video/v2?action=create&prompt=A+futuristic+city+with+flying+cars+and+neon+lights.
https://yabes-api.pages.dev/api/ai/video/v2?action=status&taskId=3dd68c62-3d25-4c9c-9a37-a4360cb54c74
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
❤2🥰1
🚀 New API Endpoint Alert! 🚀
🔹 Endpoint Name: Text to Image Generation (Imagen 3.0)
🔗 URL: https://yabes-api.pages.dev/api/ai/image/imagen3-0
📝 Description:
Generates an image from a text prompt using the Imagen 3.0 model.
📊 Parameters:
- prompt (string, required): The detailed text description for the image to be generated.
- ratio (string, optional): The aspect ratio of the generated image.
📂 Category: AI
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/image/imagen3-0
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/ai/image/imagen3-0?prompt=A+photorealistic+image+of+a+futuristic+city+at+sunset%2C+highly+detailed.&ratio=16%3A9
─────────────────────────────
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔹 Endpoint Name: Text to Image Generation (Imagen 3.0)
🔗 URL: https://yabes-api.pages.dev/api/ai/image/imagen3-0
📝 Description:
Generates an image from a text prompt using the Imagen 3.0 model.
📊 Parameters:
- prompt (string, required): The detailed text description for the image to be generated.
- ratio (string, optional): The aspect ratio of the generated image.
📂 Category: AI
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/image/imagen3-0
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/ai/image/imagen3-0?prompt=A+photorealistic+image+of+a+futuristic+city+at+sunset%2C+highly+detailed.&ratio=16%3A9
─────────────────────────────
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔥2🥰2👏1
🎇✨ HAPPY DIWALI, DEVS! ✨🎇
🚀 Introducing the UNLIMITED Stable Diffusion XL IMAGE API! 🖼️🔥
Generate stunning AI images instantly — No limits, no waiting! ⚡
💡 Model: sdxl-1.0
🌆 Example Prompt: “A futuristic city skyline at sunset, ultra-realistic, cinematic lighting”
📏 Size: 1024x1024
🧠 Super Simple Code Example (Python):
🌐 API: https://image-api.at41rvplayzz.workers.dev
🔑 Key: At41rv-API-Image
👨💻 By: @at41rv
🎁 Enjoy Unlimited AI Image Generation —
🚀 Introducing the UNLIMITED Stable Diffusion XL IMAGE API! 🖼️
Generate stunning AI images instantly — No limits, no waiting! ⚡
💡 Model: sdxl-1.0
🌆 Example Prompt: “A futuristic city skyline at sunset, ultra-realistic, cinematic lighting”
📏 Size: 1024x1024
🧠 Super Simple Code Example (Python):
import requests, base64 API_URL = "https://image-api.at41rvplayzz.workers.dev/v1/images/generations" API_KEY = "At41rv-API-Image" data = { "model": "sdxl-1.0", "prompt": "A futuristic city skyline at sunset, ultra-realistic, cinematic lighting", "size": "1024x1024" } res = requests.post(API_URL, headers={ "Authorization": f"Bearer {API_KEY}", "Content-Type": "application/json" }, json=data) if res.status_code == 200: img = res.json()["data"][0]["b64_json"] open("image.png", "wb").write(base64.b64decode(img)) print("✅ Image saved as 'image.png'") else: print("❌ Error:", res.text)
🌐 API: https://image-api.at41rvplayzz.workers.dev
🔑 Key: At41rv-API-Image
👨💻 By: @at41rv
🎁 Enjoy Unlimited AI Image Generation —
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4❤🔥2🔥2👍1🥰1
🚀 New API Endpoint Alert! 🚀
🔹 Endpoint Name: Text to Speech
🔗 URL: https://yabes-api.pages.dev/api/tools/tts
📝 Description:
Converts plain text into speech audio using a specific voice. This endpoint accepts parameters via GET query strings or a POST JSON body. If the 'text' parameter is empty or missing, the API will return a JSON object containing a list of all available voice names instead of generating audio.
📊 Parameters:
- text (string, required): The text content to be converted into speech audio.
- voice (string, required): The desired voice name for the audio generation. This is case-insensitive and must be one of the available options.
📂 Category: Tools
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/tools/tts
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/tools/tts?text=hi&voice=nova
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔹 Endpoint Name: Text to Speech
🔗 URL: https://yabes-api.pages.dev/api/tools/tts
📝 Description:
Converts plain text into speech audio using a specific voice. This endpoint accepts parameters via GET query strings or a POST JSON body. If the 'text' parameter is empty or missing, the API will return a JSON object containing a list of all available voice names instead of generating audio.
📊 Parameters:
- text (string, required): The text content to be converted into speech audio.
- voice (string, required): The desired voice name for the audio generation. This is case-insensitive and must be one of the available options.
📂 Category: Tools
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/tools/tts
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/tools/tts?text=hi&voice=nova
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
❤3🥰1🤔1
🚀 New API Endpoint Alert! 🚀
🔹 Endpoint Name: Felo AI Search
🔗 URL: https://yabes-api.pages.dev/api/ai/chat/felo-ai
📝 Description:
Performs an AI-assisted web search using the Felo AI service.
📊 Parameters:
- query (string, required): The natural language question or search prompt for the AI.
📂 Category: AI
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/chat/felo-ai
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/ai/chat/felo-ai?query=What+are+the+latest+advancements+in+quantum+computing%3F
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔹 Endpoint Name: Felo AI Search
🔗 URL: https://yabes-api.pages.dev/api/ai/chat/felo-ai
📝 Description:
Performs an AI-assisted web search using the Felo AI service.
📊 Parameters:
- query (string, required): The natural language question or search prompt for the AI.
📂 Category: AI
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/chat/felo-ai
💡 Example Usage (GET):
https://yabes-api.pages.dev/api/ai/chat/felo-ai?query=What+are+the+latest+advancements+in+quantum+computing%3F
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
❤3
🚀 New API Endpoint Alert! 🚀
🔹 Endpoint Name: Pixeldrain File Uploader
🔗 URL: https://yabes-api.pages.dev/api/tools/upload/pixeldrain
📝 Description:
Uploads a file to Pixeldrain file sharing service. (Support 1+ GB)
📊 Parameters:
- file (file, required): The file to be uploaded. This must be sent as a field in the
- filename (string, optional): Optional: A custom filename for the uploaded file. If not provided, the original file name is used, or a generated one if the original is unavailable.
📂 Category: Tools
🛠️ Allowed Method(s): POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/tools/upload/pixeldrain
💡 Example Usage (POST):
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔹 Endpoint Name: Pixeldrain File Uploader
🔗 URL: https://yabes-api.pages.dev/api/tools/upload/pixeldrain
📝 Description:
Uploads a file to Pixeldrain file sharing service. (Support 1+ GB)
📊 Parameters:
- file (file, required): The file to be uploaded. This must be sent as a field in the
multipart/form-data body.- filename (string, optional): Optional: A custom filename for the uploaded file. If not provided, the original file name is used, or a generated one if the original is unavailable.
📂 Category: Tools
🛠️ Allowed Method(s): POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/tools/upload/pixeldrain
💡 Example Usage (POST):
curl -X POST "https://yabes-api.pages.dev/api/tools/upload/pixeldrain" \
-F "file=@/path/to/file.jpg" \
-F "filename=myphoto.jpg"
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
❤5🥰2🔥1
🤖 Grokipedia Typeahead API by X.ai 🚀
Grokipedia is a 2025-born, AI-generated encyclopedia built by Elon Musk’s xAI⚡
Try it now 👇
🔗
💡 Powered by X.ai (Elon Musk’s Grok) — simple, smart, and blazing fast! 🔥
Grokipedia is a 2025-born, AI-generated encyclopedia built by Elon Musk’s xAI⚡
Try it now 👇
🔗
https://grokipedia.com/api/typeahead?query=India&limit=100
https://grokipedia.com/api/page?slug=India&includeContent=false&validateLinks=true
💡 Powered by X.ai (Elon Musk’s Grok) — simple, smart, and blazing fast! 🔥
🥰4❤2
🚀 New API Endpoint Alert! 🚀
🔹 Endpoint Name: AI Song Generation
🔗 URL: https://yabes-api.pages.dev/api/ai/song/v1
📝 Description:
Generate AI-powered music tracks using text descriptions or custom lyrics, and check the status of generation tasks.
📊 Parameters:
- action (string, required): The operation to perform. Controls which other parameters are required.
- mode (string, optional): Generation mode for creating new songs.
- description (string, optional): Text description of the desired song (used in normal mode).
- title (string, optional): Title of the song (used in custom mode).
- style (string, optional): Musical style or genre (used in custom mode).
- lyrics (string, optional): Custom lyrics for the song (used in custom mode).
- taskId (string, optional): Unique identifier for checking the status of a generation task.
📂 Category: AI Music Generation
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/song/v1
💡 Example Usage (GET):
Normal
https://yabes-api.pages.dev/api/ai/song/v1?action=create&mode=normal&description=happy%20pop%20song%20about%20summer
Custom
https://yabes-api.pages.dev/api/ai/song/v1?action=create&mode=custom&title=My20Song&style=pop&lyrics=Your%20lyrics%20here
Status
https://yabes-api.pages.dev/api/ai/song/v1?action=status&taskId=task_123456
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
🔹 Endpoint Name: AI Song Generation
🔗 URL: https://yabes-api.pages.dev/api/ai/song/v1
📝 Description:
Generate AI-powered music tracks using text descriptions or custom lyrics, and check the status of generation tasks.
📊 Parameters:
- action (string, required): The operation to perform. Controls which other parameters are required.
- mode (string, optional): Generation mode for creating new songs.
- description (string, optional): Text description of the desired song (used in normal mode).
- title (string, optional): Title of the song (used in custom mode).
- style (string, optional): Musical style or genre (used in custom mode).
- lyrics (string, optional): Custom lyrics for the song (used in custom mode).
- taskId (string, optional): Unique identifier for checking the status of a generation task.
📂 Category: AI Music Generation
🛠️ Allowed Method(s): GET, POST
📚 Documentation:
https://yabes-api.pages.dev/docs#/api/ai/song/v1
💡 Example Usage (GET):
Normal
https://yabes-api.pages.dev/api/ai/song/v1?action=create&mode=normal&description=happy%20pop%20song%20about%20summer
Custom
https://yabes-api.pages.dev/api/ai/song/v1?action=create&mode=custom&title=My20Song&style=pop&lyrics=Your%20lyrics%20here
Status
https://yabes-api.pages.dev/api/ai/song/v1?action=status&taskId=task_123456
---------------------------------
👨💻 Dev: Yabes Desu
📞 Contact: Telegram
📣 Telegram Channel: @Ashlynn_Repository
Telegram
Yabes ◡̈⃝ㅤ · English only
Anime Lover|@Ashlynn_Repository
❤4🥰1
📔 API Name: Suno AI Music Generator
🔗 Base URL: https://music-generator.apisimpacientes.workers.dev/generate?lyrics=&genre=
🔮 Method: GET
⚙️ Params: lyrics, genre
🎶 Example:
Generate a full Sad Ballad track with your own lyrics 👇
https://music-generator.apisimpacientes.workers.dev/generate?lyrics=Walking+alone...&genre=Sad+Ballad
🎧 Response: AI-generated audio URL ready to stream or download!
🔥 Perfect for music bots, apps, tools & automation.
👨💻 Developer: El Impaciente
© SUPPORT: @bizft
🔄 Don't forget to react! ❤️✅
🔗 Base URL: https://music-generator.apisimpacientes.workers.dev/generate?lyrics=&genre=
🔮 Method: GET
⚙️ Params: lyrics, genre
🎶 Example:
Generate a full Sad Ballad track with your own lyrics 👇
https://music-generator.apisimpacientes.workers.dev/generate?lyrics=Walking+alone...&genre=Sad+Ballad
🎧 Response: AI-generated audio URL ready to stream or download!
🔥 Perfect for music bots, apps, tools & automation.
👨💻 Developer: El Impaciente
© SUPPORT: @bizft
🔄 Don't forget to react! ❤️✅
❤🔥3🔥3❤2
📔 API Name: YouTube Transcript API
🔗 Base URL: https://yt-transcript.apisimpacientes.workers.dev/transcript?url=
🔮 Method: GET
⚙️ Params: url (YouTube video URL)
📝 Example:
Extract the complete transcript from any YouTube video 👇
https://yt-transcript.apisimpacientes.workers.dev/transcript?url=https://youtu.be/JPFFoYAWkrQ
📄 Response:
{
"success": true,
"transcript": "Complete video transcript with all subtitles merged into clean text..."
}
✨ Perfect for content analysis, subtitles extraction & automation tools!
🎯 Works with any YouTube video that has available subtitles.
🔗 Base URL: https://yt-transcript.apisimpacientes.workers.dev/transcript?url=
🔮 Method: GET
⚙️ Params: url (YouTube video URL)
📝 Example:
Extract the complete transcript from any YouTube video 👇
https://yt-transcript.apisimpacientes.workers.dev/transcript?url=https://youtu.be/JPFFoYAWkrQ
📄 Response:
`json{
"success": true,
"transcript": "Complete video transcript with all subtitles merged into clean text..."
}
✨ Perfect for content analysis, subtitles extraction & automation tools!
🎯 Works with any YouTube video that has available subtitles.
🔥 Pakex AI API – Real-Time AI API 🔥
This is a real-time AI-powered API created by @Apift.
It’s not based on any other Real-Time AI model — it’s an independent system that I’ll keep improving it.
📌 Base URL:
📌 Parameters:
📌 Example Request:
⚡ This example fetches the real-time Bitcoin price using AI + web search.
🔗 Try it yourself with different prompts!
Credit: @Apift
This is a real-time AI-powered API created by @Apift.
It’s not based on any other Real-Time AI model — it’s an independent system that I’ll keep improving it.
📌 Base URL:
https://apis.iceiy.com/PakexAPI/index.php
📌 Parameters:
- prompt → Your query (e.g., bitcoin price, weather, etc.)
- webSearch → true/false (enable or disable web search)
- deepsearch → true/false (enable or disable deep search)
📌 Example Request:
https://apis.iceiy.com/PakexAPI/index.php?prompt=bitcoin+price&webSearch=true&deepsearch=false⚡ This example fetches the real-time Bitcoin price using AI + web search.
🔗 Try it yourself with different prompts!
Credit: @Apift
Note: This API may not work in the Telegram bot because it uses a free domain and hosting. If you encounter any other errors, you can contact me @realCyropes.
❤1
📔 API Name: YouTube Summarizer API
🔗 Base URL: https://youtube-summarizer.apisimpacientes.workers.dev/summarize?url=&language=
🔮 Method: GET
⚙️ Params: url (YouTube video URL), language (english, spanish, french, etc.)
📝 Example:
Generate AI-powered summaries of YouTube videos in any language 👇
https://youtube-summarizer.apisimpacientes.workers.dev/summarize?url=https://youtu.be/JPFFoYAWkrQ&language=english
📄 Response:
✨ Perfect for content analysis, quick video insights & automation tools!
🎯 Works with any YouTube video that has available subtitles.
🔗 Base URL: https://youtube-summarizer.apisimpacientes.workers.dev/summarize?url=&language=
🔮 Method: GET
⚙️ Params: url (YouTube video URL), language (english, spanish, french, etc.)
📝 Example:
Generate AI-powered summaries of YouTube videos in any language 👇
https://youtube-summarizer.apisimpacientes.workers.dev/summarize?url=https://youtu.be/JPFFoYAWkrQ&language=english
📄 Response:
{
"success": true,
"language": "english",
"summary": "Comprehensive AI-generated summary with main topics, key points, and important details..."
}✨ Perfect for content analysis, quick video insights & automation tools!
🎯 Works with any YouTube video that has available subtitles.
❤4
📄 API Name: PDF to Text Extractor
🚀 Purpose: Instantly extract readable text from any standard PDF file
🔗 Base URL:
🔺 Method:
🔮 Input:
📤 Sample Response:
💡 Why use this API?
✔️ Fast & reliable text extraction
✔️ Works with most text-based PDFs
✔️ Ideal for automation, OCR pipelines & document tools
✔️ Clean JSON response, easy to integrate
⚙️ Use cases:
📑 Document processing
🤖 Automation & bots
🔍 Text analysis & search
🧾 Invoice / report extraction
🔥 Plug it into your app and turn PDFs into text in seconds!
🚀 Purpose: Instantly extract readable text from any standard PDF file
🔗 Base URL:
https://pdf-to-text.apisimpacientes.workers.dev/pdf🔺 Method:
POST 🔮 Input:
multipart/form-data 🗂 Field Name: pdf (binary PDF file)📤 Sample Response:
{ "success": true, "text": "Extracted text content..." } 💡 Why use this API?
✔️ Fast & reliable text extraction
✔️ Works with most text-based PDFs
✔️ Ideal for automation, OCR pipelines & document tools
✔️ Clean JSON response, easy to integrate
⚙️ Use cases:
📑 Document processing
🤖 Automation & bots
🔍 Text analysis & search
🧾 Invoice / report extraction
🔥 Plug it into your app and turn PDFs into text in seconds!
🥰1
🤖 API Name: ChatGPT API
🚀 Purpose: Get AI-powered responses to any question or prompt
🔗 Base URL: https://gpt4.apisimpacientes.workers.dev/chat?prompt=
🔺 Method: GET
🔮 Parameters: prompt (required - your question or message)
📝 Example:
Get AI response to any question 👇
https://gpt4.apisimpacientes.workers.dev/chat?prompt=Who%20was%20Michael%20Jackson%3F
📤 Sample Response:
{
"success": true,
"response": "AI response here..."
}
💡 Why use this API?
✔️ Fast AI responses powered by GPT-4
✔️ Simple GET requests, no authentication
✔️ Perfect for chatbots & conversational AI
✔️ Clean JSON response, easy to integrate
⚙️ Use cases:
💬 Chatbots & virtual assistants
🤖 Automated Q&A systems
📚 Educational tools
🔍 Information retrieval
🔥 Ask anything and get instant AI-powered answers!
👨💻 Developer: El Impaciente
🔄 Don't forget to react! ❤️✅
🚀 Purpose: Get AI-powered responses to any question or prompt
🔗 Base URL: https://gpt4.apisimpacientes.workers.dev/chat?prompt=
🔺 Method: GET
🔮 Parameters: prompt (required - your question or message)
📝 Example:
Get AI response to any question 👇
https://gpt4.apisimpacientes.workers.dev/chat?prompt=Who%20was%20Michael%20Jackson%3F
📤 Sample Response:
{
"success": true,
"response": "AI response here..."
}
💡 Why use this API?
✔️ Fast AI responses powered by GPT-4
✔️ Simple GET requests, no authentication
✔️ Perfect for chatbots & conversational AI
✔️ Clean JSON response, easy to integrate
⚙️ Use cases:
💬 Chatbots & virtual assistants
🤖 Automated Q&A systems
📚 Educational tools
🔍 Information retrieval
🔥 Ask anything and get instant AI-powered answers!
👨💻 Developer: El Impaciente
🔄 Don't forget to react! ❤️✅
❤6🥰2
🤖 API Name: AI Chat Multi-Model API
🚀 Purpose: Get AI-powered responses from multiple AI models
🔗 Base URL: https://ai-chat.apisimpacientes.workers.dev/chat?model=MODEL&prompt=
🔺 Method: GET
🔮 Parameters:
- model (required - your AI model choice)
- prompt (required - your question or message)
📋 Get Available Models:
https://ai-chat.apisimpacientes.workers.dev/models
📝 Example:
Get AI response about artificial intelligence 👇
https://ai-chat.apisimpacientes.workers.dev/chat?model=pakex&prompt=What%20is%20artificial%20intelligence%3F
📤 Sample Response:
{
"success": true,
"modelo": "Pakex AI",
"response": "Artificial intelligence is..."
}
💡 Why use this API?
✔️ Fast AI responses from multiple models
✔️ Simple GET requests, no authentication
✔️ Perfect for chatbots & conversational AI
✔️ Clean JSON response, easy to integrate
⚙️ Use cases:
💬 Chatbots & virtual assistants
🤖 Automated Q&A systems
📚 Educational tools
🔍 Information retrieval
🔥 Ask anything and get instant AI-powered answers!
👨💻 Developer: El Impaciente
🔄 Don't forget to react! ❤️✅
🚀 Purpose: Get AI-powered responses from multiple AI models
🔗 Base URL: https://ai-chat.apisimpacientes.workers.dev/chat?model=MODEL&prompt=
🔺 Method: GET
🔮 Parameters:
- model (required - your AI model choice)
- prompt (required - your question or message)
📋 Get Available Models:
https://ai-chat.apisimpacientes.workers.dev/models
📝 Example:
Get AI response about artificial intelligence 👇
https://ai-chat.apisimpacientes.workers.dev/chat?model=pakex&prompt=What%20is%20artificial%20intelligence%3F
📤 Sample Response:
{
"success": true,
"modelo": "Pakex AI",
"response": "Artificial intelligence is..."
}
💡 Why use this API?
✔️ Fast AI responses from multiple models
✔️ Simple GET requests, no authentication
✔️ Perfect for chatbots & conversational AI
✔️ Clean JSON response, easy to integrate
⚙️ Use cases:
💬 Chatbots & virtual assistants
🤖 Automated Q&A systems
📚 Educational tools
🔍 Information retrieval
🔥 Ask anything and get instant AI-powered answers!
👨💻 Developer: El Impaciente
🔄 Don't forget to react! ❤️✅
❤3🔥1
🎤 NEW UPDATE: Text-to-Speech Audio API is LIVE! 🚀
Convert any text into high-quality MP3 audio instantly with our AI Chat Multi-Model API 🔥
No login. No auth. Just hit the API and get audio 🎧
✨ Audio API Highlights
✔️ 13 natural AI voices
✔️ Direct MP3 download link
✔️ Fast & simple GET request
✔️ Free to use
✔️ Perfect for bots, apps & automation
🔗 Audio Endpoint
https://ai-chat.apisimpacientes.workers.dev/audio
🧩 Required Parameters
model → openai-tts
voice → Any available voice
text → Text to convert
🧪 Example Request
https://ai-chat.apisimpacientes.workers.dev/audio?model=openai-tts&voice=coral&text=Hello%20this%20is%20a%20demo
📤 Success Response
{ "success": true, "model": "OpenAI TTS", "voice": "coral", "audio_url": "Direct MP3 download link" }
🎯 Use Cases
🤖 Chatbot voice replies
📚 Audiobooks
🔔 Voice notifications
♿ Accessibility tools
🎙️ Content & podcast automation
🔥 Try it now & don’t forget to react!
📞 Developer: @Rudyy1224
© AI Chat Multi-Model API with Audio Generation 🎧
models available here.
https://ai-chat.apisimpacientes.workers.dev/audio/models
You can see the voices here. Note that you need to specify a model to check the available voices. More models will be added soon.
https://ai-chat.apisimpacientes.workers.dev/audio/voices/openai-tts
Convert any text into high-quality MP3 audio instantly with our AI Chat Multi-Model API 🔥
No login. No auth. Just hit the API and get audio 🎧
✨ Audio API Highlights
✔️ 13 natural AI voices
✔️ Direct MP3 download link
✔️ Fast & simple GET request
✔️ Free to use
✔️ Perfect for bots, apps & automation
🔗 Audio Endpoint
https://ai-chat.apisimpacientes.workers.dev/audio
🧩 Required Parameters
model → openai-tts
voice → Any available voice
text → Text to convert
🧪 Example Request
https://ai-chat.apisimpacientes.workers.dev/audio?model=openai-tts&voice=coral&text=Hello%20this%20is%20a%20demo
📤 Success Response
{ "success": true, "model": "OpenAI TTS", "voice": "coral", "audio_url": "Direct MP3 download link" }
🎯 Use Cases
🤖 Chatbot voice replies
📚 Audiobooks
🔔 Voice notifications
♿ Accessibility tools
🎙️ Content & podcast automation
🔥 Try it now & don’t forget to react!
📞 Developer: @Rudyy1224
© AI Chat Multi-Model API with Audio Generation 🎧
models available here.
https://ai-chat.apisimpacientes.workers.dev/audio/models
You can see the voices here. Note that you need to specify a model to check the available voices. More models will be added soon.
https://ai-chat.apisimpacientes.workers.dev/audio/voices/openai-tts
❤2🔥1
worm gpt has been added 😈
https://ai-chat.apisimpacientes.workers.dev/chat?model=wormgpt&prompt=hi
https://ai-chat.apisimpacientes.workers.dev/chat?model=wormgpt&prompt=hi
❤4🥰1
Image generation added.
https://ai-chat.apisimpacientes.workers.dev/magicstudio?prompt=A+beautiful+sunset+over+the+ocean
{
"success": true,
"prompt": "A beautiful sunset over the ocean",
"image_url": "http://tmpfiles.org/dl/19219715/image.jpg"
}
https://ai-chat.apisimpacientes.workers.dev/magicstudio?prompt=A+beautiful+sunset+over+the+ocean
{
"success": true,
"prompt": "A beautiful sunset over the ocean",
"image_url": "http://tmpfiles.org/dl/19219715/image.jpg"
}
❤2🔥2👍1🥰1
copilot It has been added. I hope you enjoy it https://ai-chat.apisimpacientes.workers.dev/chat?model=copilot&prompt=Hello%2C%20how%20are%20you%3F
{
"success": true,
"model": "Copilot",
"response": "Good morning! I’m feeling sharp and ready to dive into whatever’s on your mind. It’s Sunday in Ashburn, so maybe you’re easing into the day with something relaxing—or gearing up for something productive. Do you want to start with something light and fun, or tackle a bigger topic today?"
}
{
"success": true,
"model": "Copilot",
"response": "Good morning! I’m feeling sharp and ready to dive into whatever’s on your mind. It’s Sunday in Ashburn, so maybe you’re easing into the day with something relaxing—or gearing up for something productive. Do you want to start with something light and fun, or tackle a bigger topic today?"
}
❤4🥰1