Config DeepSeek in Bob (Native / Plugin)

Jan 7, 2026

Bob is arguably the best translation tool for macOS, known for its beautiful design and plugin system. You can easily hook up DeepSeek to replace expensive services like DeepL.

This works for almost all versions of Bob.

  1. Install Plugin: Ensure you have the "OpenAI Translator" plugin installed (often built-in or available in the plugin store).
  2. Add Service:
    • Open Bob Preferences -> Services -> Add Service.
    • Select OpenAI (or the plugin name).
  3. Configs:
    • API Key: Your DeepSeek Key (sk-xxxx).
    • API Url: https://api.deepseek.com (Note: Plugin usually appends paths automatically. If it fails, try https://api.deepseek.com/v1).
    • Model: Select Custom, then type deepseek-chat.
  4. Test: Save and try selecting text to translate.

Method 2: Native DeepSeek (Newer Versions)

Newer versions of Bob (or specific community plugins) might have a dedicated "DeepSeek" option.

  1. When adding a service, search for "DeepSeek".
  2. If available, just enter the API Key.
  3. If not, fallback to Method 1.

Why DeepSeek + Bob?

  • Speed: DeepSeek V3 API is incredibly fast, comparable to local dictionary lookups.
  • Context: Unlike statistical machine translation, LLMs understand context, slang, and code snippets much better.

FAQ

Q: "404 Not Found" error? A: Usually a URL issue. Try these variations:

  • https://api.deepseek.com
  • https://api.deepseek.com/v1
  • https://api.deepseek.com/v1/chat/completions (Rarely needed for old plugins)

Q: Can I use R1? A: Yes, set model to deepseek-reasoner. However, R1's "thinking" process adds latency, which is annoying for quick lookups. V3 (deepseek-chat) is recommended.

DeepSeekHubs

DeepSeekHubs

Config DeepSeek in Bob (Native / Plugin) | DeepSeek Configs