Loading API DOCS...

Deepseek AI

Ai Assistant From Deepseek R1 Think Official API, Unlimited & Fast Response.

Endpoint

GET https://api.lmnx9.shop/ai?model=deepseek&q=

Code Examples

cURL
curl -X GET "https://api.lmnx9.shop/ai?model=deepseek&q=" -H "Content-Type: application/json"
JavaScript
fetch("https://api.lmnx9.shop/ai?model=deepseek&q=")
  .then(function(r){return r.json()})
  .then(function(d){console.log(d)});
Python
import requests
r = requests.get("https://api.lmnx9.shop/ai?model=deepseek&q=")
print(r.json())
PHP
<?php
$d = file_get_contents("https://api.lmnx9.shop/ai?model=deepseek&q=");
print_r(json_decode($d, true));

Example Response

{
    "success": true,
    "developer": "DARK LMNx9",
    "telegram": "@x_LMNx9",
    "website": "https://lmnx9.shop",
    "data": {
        "status": 200,
        "model": "deepseek",
        "response": "I'm DeepSeek, the latest version model created by DeepSeek (深度求索). I'm a pure text-based AI assistant with the following key features:\n\n**Model Details:**\n- **Knowledge cutoff**: May 2025\n- **Context length**: 1 million tokens (can process extensive texts like entire book trilogies)\n- **Capabilities**: \n  - Reading and processing uploaded files (images, PDFs, Word, Excel, PPT, txt files)\n  - Web search (when manually enabled by users)\n  - Voice input support (on the App)\n- **Training**: I'm a large language model trained on massive text data\n\n**Important Notes:**\n- I'm **free** to use with no charges\n- I cannot generate images (text-only)\n- My responses are based on my training data and knowledge cutoffs\n\nIs there anything specific you'd like to know about my capabilities or how I work? I'm here to help with questions, analysis, writing, coding, and more!"
    },
    "meta": {
        "model": "deepseek",
        "query_length": 21,
        "rate_remaining": 28,
        "rate_reset": "2026-06-27T09:07:56+00:00"
    }
}