---
title: "Interact with Deepseek AI"
method: GET
path: "/ai/deepseek"
tags: ["AI Chat"]
---

# Interact with Deepseek AI

`GET /ai/deepseek`

DeepSeek AI which provides reasoning, web search and file upload/analyze

## Query parameters

- `text` string, required
- `mode` string, required
- `session_id` string
- `file_url` string
- `thinking_enabled` boolean
- `search_enabled` boolean
- `message_id` number

## Response `200`

Success - AI response retrieved successfully.

- object
  - `creator` string
  - `ok` boolean
  - `message` string
  - `thoughts` string
  - `session_id` string
  - `message_id` number
  - `parent_id` number
  - `search_queries` unknown[]
    - unknown
  - `search_results` unknown[]
    - unknown
  - `search_indexes` unknown[]
    - unknown

## Other responses

- `400` — Bad Request - Invalid or missing parameters.
- `500` — Server Error - Unable to process the request.

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
