BoltAI Documentation
HomepagePricingChangelogDownload
  • Overview
  • Features
  • License
  • Getting Started
    • Setup
    • Your First Chat
    • AI Command
    • AI Inline
    • Use another AI Service
  • Chat UI
    • Overview
    • Basic Chat
    • Document Analysis
    • Advanced Voice Mode (beta)
    • Image Generation
    • Chat Configuration
    • AI Assistant
    • AI Plugins
    • App Appearance
    • Folder & Sidebar
    • Keyboard Shortcuts
    • Import from ChatGPT
    • Import from Claude.ai
    • Import / Export
    • Database Maintenance
    • Locations
    • Feature Flags
    • Community Icon
  • AI Command
    • Overview
    • Customize an AI Command
    • Alternative Profile
    • AI Command Behaviors
    • Instant Command
    • Bulk Editing Commands
    • FAQs
  • AI Inline
    • Overview
    • Inline Assistant
    • Inline Prompt
    • Inline Whisper
    • Advanced Configurations
  • Plugin
    • Overview
    • MCP Servers
    • Google Search
    • Web Browsing
    • Memory
    • Perplexity Search
    • Kagi Search
    • Brave Search
    • You.com Search
    • AppleScript
    • Shell Access
    • FFmpeg
    • DALL·E
    • Replicate
    • Whisper
    • Whisper (via Groq)
    • WolframAlpha
    • Gemini Code Execution
  • BoltAI on Setapp
    • Setapp Limitation
    • AI Inline on Setapp
    • Troubleshooting
  • BoltAI Mobile
    • Getting Started
    • MCP Servers (mobile)
  • Guides
    • How to create an OpenAI API Key
    • How to setup Web Search Plugin for BoltAI
    • How to set up BoltAI without an OpenAI API Key
    • How to generate Azure OpenAI API key
    • How to use Azure OpenAI API key in BoltAI
    • How to create an OpenRouter API key
    • How to set up a custom OpenAI-compatible Server in BoltAI
    • How to use Mistral AI on macOS with BoltAI
    • How to use Perplexity AI on mac with BoltAI
    • How to use Anthropic Claude on macOS with BoltAI
    • How to use Replicate AI on macOS with BoltAI
    • How to use Jina DeepSearch with BoltAI
    • How to migrate data to another Mac
    • How to back up your database
    • Cloud Sync Workaround
  • Troubleshooting
    • How to fix "This license key has reached the activation limit"
    • How to fix "You exceeded your current quota, please check your plan and billing details"
    • How to fix Accessbility permission
    • How to completely uninstall BoltAI
    • Can't select text in conversation prompt
    • API keys not persisted?
    • Download Previous Versions
  • Company
    • Run by a human
Powered by GitBook
On this page
  • What is Jina DeepSearch?
  • How to set up Jina DeepSearch in BoltAI?
  • How to use Jina DeepSearch in BoltAI?
  • FAQs

Was this helpful?

  1. Guides

How to use Jina DeepSearch with BoltAI

PreviousHow to use Replicate AI on macOS with BoltAINextHow to migrate data to another Mac

Last updated 10 days ago

Was this helpful?

What is Jina DeepSearch?

Jina DeepSearch is an “agent-style” API endpoint that loops through search → read → reason → search until it finds the most complete answer to your prompt, then streams the result (and its thought process in tags) back to you. It is built on Jina’s Reader LM-v2 plus web-search utilities and optimised for high recall on the very first answer rather than for long-form generation.

How to set up Jina DeepSearch in BoltAI?

It's easy to set up Jina DeepSearch in BoltAI.

  1. Get a . Each new key starts with 1 million free token.

  2. Add the key in BoltAI.

  3. Start using Jina DeepSearch in a new chat.

Get a Jina API Key

You need a Jina API Key to use DeepSearch.

  1. Sign up for .

  2. In Jina dashboard, click "Add key" (1), then click "Generate new key" (2) in the dialog.

  3. You should see a new API key in the list.

Add the key in BoltAI

Go to Settings > Services, click the plus button and select Jina DeepSearch. Enter your API key and click Save Changes.

How to use Jina DeepSearch in BoltAI?

Jina DeepSearch works similarly to any other AI service provider. You can select it from the provider dropdown and then start the chat.

Note that it might take a few minutes for each deep search request. Make sure to increase the network timeout settings accordingly. You can find the network timeout setting in Settings > Advanced > Network.

FAQs

How is DeepSearch different from OpenAI and Gemini's deep research capabilities? Unlike OpenAI and Gemini, DeepSearch specifically focuses on delivering accurate answers through iteration rather than generating long-form articles. It's optimized for quick, precise answers from deep web search rather than creating comprehensive reports.

Why does DeepSearch use so many tokens for my queries? Yes, the token usage of DeepSearch on complex queries is arguably high - averaging 70,000 tokens compared to 500 for basic LLM responses. This shows the depth of research but also has cost implications.

Is there a way to control or limit the number of steps? The system is primarily controlled by token budget rather than step count. Once the token budget is exceeded, it enters Beast Mode for final answer generation. Check reasoning_effort for more details.

More questions Learn more from

Jina official website
Jina API key
a Jina account
Set up Jina DeepSearch in BoltAI
Using Jina DeepSearch in BoltAI