Access powerful AI chat and image generation services with ease.
Generate images based on descriptive prompts.
GET /image/?prompt=A+beautiful+sunset
{ "code": 200, "creator": "https://t.me/Ashlynn_Repository", "image_urls": [ "https://tmpfiles.org/dl/16976590/ashlynn-repo.png", "https://tmpfiles.org/dl/16976591/ashlynn-repo.png", "https://tmpfiles.org/dl/16976593/ashlynn-repo.png" ], "message": "Images generated successfully", "status": true }
Generate images based on descriptive prompts.
GET /turbo?prompt=A+beautiful+sunset&dimensions=square
{ "code": 200, "creator": "https://t.me/Ashlynn_Repository", "image_urls": [ "https://tmpfiles.org/dl/16976590/ashlynn-repo.png", "https://tmpfiles.org/dl/16976591/ashlynn-repo.png", "https://tmpfiles.org/dl/16976593/ashlynn-repo.png" ], "message": "Images generated successfully", "status": true }
Interact with various AI models to get chat-based responses. Select a model and provide a question to receive a detailed response.
GET /chat/?question=Hello&model=gpt-4o-mini
{ "Join": "https://t.me/Ashlynn_Repository", "model": "gpt-4o-mini", "response": "Hello! How can I assist you today?", "status": 200, "successful": "success" }
Qwen Coder conversational AI model, suitable for Codes queries.
GET /api/chat?question=hi&model=qwen-2.5-coder-32b
{ "Join": "https://t.me/Ashlynn_Repository", "model": "qwen-2.5-coder-32b", "response": "Hello! How can I assist you today? Whether you need help with coding, debugging, learning a new programming language, or anything else related to software development, feel free to ask!", "status": 200, "successful": "success" }
Advanced language understanding, ideal for comprehensive and nuanced responses.
GET /chat/?question=Hello&model=gpt-4
{ "Join": "https://t.me/Ashlynn_Repository", "model": "gpt-4", "response": "Hello! How can I assist you today?", "status": 200, "successful": "success" }
Ideal for long-form conversations and detailed, nuanced answers.
GET /chat/?question=Hello&model=gemini-1.5-flash
{ "Join": "https://t.me/Ashlynn_Repository", "model": "gemini-1.5-flash", "response": "Hello! š \n\nHow can I help you today? š", "status": 200, "successful": "success" }
Latest Deepseek AI.
GET /chat/?question=Hello&model=deepseek-r1
{ "Join": "https://t.me/Ashlynn_Repository", "model": "deepseek-r1", "response": "Hello! š \n\nHow can I help you today? š", "status": 200, "successful": "success" }
Provides deep insights and is well-suited for highly technical queries.
GET /chat/?question=Hello&model=mixtral-8x7b
{ "Join": "https://t.me/Ashlynn_Repository", "model": "mixtral-8x7b", "response": "Hello! How can I assist you today?.....", "status": 200, "successful": "success" }
Customize AI behavior with a system prompt alongside your question.
GET /chat/?question=who+are+you&systemprompt=you+are+ashlynn+AI&model=gpt-4
{ "Join": "https://t.me/Ashlynn_Repository", "model": "gpt-4", "response": "Hello! I am Ashlynn AI. How can I assist you today?", "status": 200, "successful": "success" }
Interact with advanced AI models using a POST request. Supports multiple messages and a variety of models.
POST https://api-y5s2.onrender.com/v1/chat/api
{ "model": "gpt-4o-mini", "messages": [ {"role": "user", "content": "Hello, how can you help me today?"} ] }
Supported Models: gpt-4o-mini (default), gpt-4, gemini-1.5-flash, deepseek-r1, mixtral-8x7b, qwen-2.5-coder-32b
{ "Join": "https://t.me/Ashlynn_Repository", "model": "gpt-4o-mini", "response": "Hello! Iām here to assist you. How can I help you today?", "status": 200, "successful": "success" }
Identify audio files by providing a URL to an audio resource.
GET /identify?audio_url=https://ar-hosting.pages.dev/1738420235463.mp3
{ "creator": "https://t.me/Ashlynn_Repository", "data": { "artist": "Maahi - Vicky Singh", "image": "https://is1-ssl.mzstatic.com/image/thumb/Music124/v4/cc/cd/ba/cccdba1c-3865-0187-f5b1-236f92eed569/859730701219_cover.jpg/400x400cc.jpg", "subtitle": "Vicky Singh", "title": "Maahi", "url": "https://www.shazam.com/track/457227739/maahi" }, "status": "success" }