# Use DeepSeek with Jobwright

Install OpenCode, connect DeepSeek, then choose OpenCode in Jobwright.

Canonical page: https://www.jobwright.io/docs/agents/deepseek/
Markdown source: https://www.jobwright.io/docs/agents/deepseek.md

Install OpenCode, connect DeepSeek, then select OpenCode in Jobwright.

## Before you start

- A DeepSeek chat subscription is not the same as API access. OpenCode asks for the access method that DeepSeek supports.
- Install the agent in the same operating-system environment as Jobwright. A Windows install cannot use an agent that exists only in WSL.

## Install the agent

### Windows

```powershell
npm install -g opencode-ai
```

### macOS and Linux
```bash
curl -fsSL https://opencode.ai/install | bash
```

## Sign in with the provider

Run OpenCode. Enter /connect and choose DeepSeek. Complete provider access, then enter /models and choose a DeepSeek model.
```bash
opencode
/connect
/models
```

## Connect it to Jobwright

Open Jobwright. Open Settings, then Local agents. Select Rescan and choose OpenCode. Continue after the agent shows Ready.

> Jobwright does not receive the provider password, API key, access token, payment details, or recovery codes. Complete sign-in in the provider tool.

[Open the official setup guide](https://opencode.ai/docs/providers#deepseek)
