DeepSeek for Odoo
Add the DeepSeek provider to Artificial Intelligence for Odoo.
This is an add-on for the acs_ai
base module: it plugs DeepSeek into the same secure, user-aware AI layer with no change to
logic or flow. DeepSeek exposes an OpenAI-compatible API, so the OpenAI SDK is reused
pointed at the DeepSeek endpoint.
Requires acs_ai
Install the base AI module first, then add DeepSeek.
⭐ What This Module Adds
Everything needed to run DeepSeek inside the acs_ai framework.
DeepSeek Provider
Adds the "DeepSeek" provider type on AI Models and Model Versions, discovered automatically by the base dispatch.
Thinking Mode
Toggle step-by-step reasoning per model (Enabled/Disabled) with High or Max reasoning effort - balance quality against speed and cost.
API Key & Base URL
DeepSeek API key under Settings → AI Studio, plus an optional custom Base URL on each model (defaults to api.deepseek.com).
Function Calling
Full tool/function calling and streaming responses - all permission-checked per call by the base layer.
Ready-Made Brains & Agents
Pre-configured V4 Flash / V4 Pro brains plus DeepSeek Assistant and Reasoning Analyst agents, ready after adding your key.
Same Security Model
Every DeepSeek action runs as the real user - Odoo record rules, ACL and field groups always apply. No data leaks.
🐋 Supported DeepSeek Models
Bring your own DeepSeek API key and pick the model that fits your workflow.
DeepSeek V4 Flash
Fast, low-cost model with a 1M-token context. Supports thinking and non-thinking modes - the everyday default.
DeepSeek V4 Pro
Highest-capability DeepSeek model with a 1M-token context and thinking mode - best for complex, multi-step reasoning and coding.
✅ Requirements
Minimum prerequisites to install and run this add-on.
Base Module
Requires acs_ai (Artificial Intelligence for Odoo) 19.0.
Python Package
pip install openai
(DeepSeek uses the OpenAI SDK)
API Key
A valid DeepSeek API key from platform.deepseek.com.