The Novelist Guides DeepSeek

How to connect DeepSeek in The Novelist

This guide shows how to connect DeepSeek's cloud API to The Novelist on macOS, Windows, or Linux. DeepSeek runs on DeepSeek's servers (not your machine), so you need an internet connection and an API key. Use this when you want strong cloud models without installing Ollama locally.

Overview

The Novelist uses an OpenAI-compatible API for cloud providers. DeepSeek is the default API preset in Settings. When you use AI features, The Novelist sends the relevant text (selection, prompt, or manuscript excerpt) to DeepSeek using your API key — not a shared Novelist account.

You will:

  1. Create a DeepSeek account and generate an API key.
  2. Enable the right plugins in The Novelist.
  3. Set provider type to DeepSeek / API with base URL https://api.deepseek.com and model deepseek-chat.
  4. Paste your API key, Test connection, then Save.

Prefer fully local AI? See How to connect Ollama in The Novelist.

Requirements

Get a DeepSeek API key

Step 1 — Create an account

  1. Open platform.deepseek.com in your browser.
  2. Sign up or log in (email or supported sign-in methods).
  3. Complete any verification DeepSeek requires. Add a payment method or redeem credits if prompted — API calls are billed per token according to DeepSeek's pricing page.

Step 2 — Create an API key

  1. In the DeepSeek Platform dashboard, open API keys (or API Keys in the sidebar).
  2. Click Create API key (or similar).
  3. Give the key a label you will recognize, e.g. The Novelist.
  4. Copy the key immediately — many platforms show it only once. Store it in a password manager. Do not commit it to git or share it publicly.
Security: Treat your API key like a password. If it leaks, revoke it in the DeepSeek dashboard and create a new one.

Enable plugins in The Novelist

AI settings appear only after you enable at least one AI-related plugin. Open Plugins in the sidebar and turn on:

For drafting & rewrite (editor AI)

For full-manuscript analysis (Pro)

Grammar checks and graph view are separate Pro features and do not require DeepSeek.

Configure Settings → AI Provider

  1. Open Settings in The Novelist.
  2. Scroll to AI Provider.
  3. Under provider type, select DeepSeek / API (not Ollama Local). The form should pre-fill defaults when you switch types.
  4. Set these values:
    • Base URL: https://api.deepseek.com
    • Model: deepseek-chat (DeepSeek's general chat model; suitable for drafting and analysis)
    • API key: paste the key you copied from DeepSeek Platform
  5. Click Test connection.
  6. Wait for a success message. If the test lists available models, that confirms the API is reachable.
  7. Click Save to store the configuration in your workspace.
Defaults recap: Base URL https://api.deepseek.com · Model deepseek-chat · Provider type API.

Other OpenAI-compatible APIs

The same DeepSeek / API mode works with other OpenAI-compatible endpoints (OpenAI, OpenRouter, local LM Studio, etc.) by changing the base URL, model name, and API key. This guide focuses on DeepSeek because it is the built-in preset.

What you can do after connecting

Each request sends only the text needed for that action to DeepSeek's API. Your workspace files remain on disk in your chosen folder.

Privacy & billing

Where your text goes

With DeepSeek (cloud API), prompt and manuscript excerpts are transmitted to DeepSeek's servers for processing. The Novelist does not host your AI requests. Read DeepSeek's privacy policy for how they handle API data.

For maximum privacy, use local Ollama instead — nothing leaves your computer.

Cost

DeepSeek charges per token for API usage. Long manuscripts used in analysis cost more than short rewrite selections. Monitor usage in the DeepSeek Platform dashboard and set limits if they offer them.

API key storage

The Novelist stores your provider settings in your local workspace database. Keep your workspace folder backed up and private, same as your manuscript files.

Troubleshooting

Test connection fails with 401 Unauthorized

Connection timeout or network error

Model not found

AI Provider section missing

Manuscript analysis unavailable

Related guides

Download The Novelist All guides