DeepSeek Paid API Uses Prompts for Training — What OpenClaw Users Need to Know

OpenClaw recently made DeepSeek V4 Flash the default model. However, DeepSeek's official API uses prompts for training — even on paid plans. This contrasts with Western models like Gemini, which logs prompts only on the free AI Studio API, not on the paid API.
Key Differences
- DeepSeek (paid API): prompts are used for training.
- Gemini (AI Studio free): prompts are logged. Gemini (paid API): prompts are not logged.
Implications for OpenClaw Users
If you use OpenClaw to read personal emails, files, or any confidential data, sending that through DeepSeek's official API means those prompts may be retained for model training. To avoid this, use DeepSeek V4 Flash via an alternative provider that guarantees prompt privacy — for example, providers that sign data processing agreements or do not log prompts.
Actionable Advice
- Check your OpenClaw settings: if DeepSeek V4 Flash is the default, confirm which API endpoint is being used.
- If privacy is critical, switch to a model with explicit no-logging policies (e.g., paid Gemini, or Anthropic's API) or run DeepSeek V4 Flash through a third-party host that offers privacy guarantees.
- Review the terms of your API provider regarding training data usage.
This is a stark distinction often overlooked. Treat DeepSeek's API like any other customer-facing training data pipeline — assume your prompts will be ingested.
📖 Read the full source: r/openclaw
👀 See Also

Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills
Claude Code Engineer released three updates: the AskUserQuestion tool now supports markdown snippets for diagrams and code examples, a new HTTP hook handler allows hooks to post to HTTP endpoints, and two new skills have been added.

Claude AI introduces Cowork plugin updates with enterprise customization and new connectors
Claude AI has released Cowork plugin updates that enable enterprise admins to create private plugin marketplaces and add connectors for Google Workspace, Docusign, Apollo, and other tools. A new research preview allows Claude to work across Excel and PowerPoint for end-to-end analysis and presentation building.

Benchmark shows smaller 4B model outperforms larger LLMs for phone-to-home chat applications
A benchmark of 8 local LLMs for phone-to-home chat applications found Gemma3:4B won with a composite fitness score of 88.7 despite being the smallest model, outperforming larger models up to 24B parameters due to faster response times and lower thermal load.

Claude Code v2.1.222: Worktree Security, Proxy Fixes, and Usage Billing Rebalance
Claude Code v2.1.222 patches destructive git commands in worktree-isolated sessions, HTTPS proxy startup hangs, MCP usage billing, and adds SendMessage permission checks.