---
title: "API Endpoints"
description: "Documentation: API Endpoints"
type: reference
tags: [api, reference]
timestamp: 2026-06-23
---

# API Endpoints

## DeepSeek

- **Anthropic-compatible:** `https://api.deepseek.com/anthropic`
- **Docs:** https://api-docs.deepseek.com/guides/anthropic_api
- **Pricing:** https://api-docs.deepseek.com/quick_start/pricing

## Xiaomi MiMo

### Token Plan (tp- keys)

- **Console:** https://platform.xiaomimimo.com/console/
- **Anthropic:** `https://token-plan-sgp.xiaomimimo.com/anthropic`
- **OpenAI:** `https://token-plan-sgp.xiaomimimo.com/v1`
- **Plugin Management:** https://platform.xiaomimimo.com/console/plugin

### MiMo Auto (free tier)

- **Bootstrap:** `POST https://api.xiaomimimo.com/api/free-ai/bootstrap`
- **Chat (OpenAI):** `POST https://api.xiaomimimo.com/api/free-ai/openai/chat`
- **Required header:** `X-Mimo-Source: mimocode-cli-free`
- **Auth header:** `Authorization: Bearer <JWT>`
- **JWT expires in ~1h, automatic refresh every 55min**

## SearXNG (Local Docker)

- **Search:** `GET http://localhost:8888/search?q=...&format=json`
- **Container:** `searxng/searxng:latest`

## Crawl4AI (Local Docker)

- **Crawl job:** `POST http://localhost:11235/crawl/job`
- **LLM job:** `POST http://localhost:11235/llm/job`
- **Swagger:** http://localhost:11235/docs
