LinuxCommandLibrary

deepseek

command-line interface for DeepSeek AI models

TLDR

Start DeepSeek CLI

$ deepseek
copy
Chat with a prompt
$ deepseek "[Your question here]"
copy
Use specific model
$ deepseek --model [deepseek-coder] "[prompt]"
copy

SYNOPSIS

deepseek [options] [prompt]

DESCRIPTION

deepseek is a command-line interface for interacting with DeepSeek AI models. It provides access to DeepSeek's language models, including the DeepSeek-Coder series optimized for code generation and understanding.
DeepSeek models support conversational AI, code completion, debugging assistance, and technical documentation. The CLI can be used for both interactive chat sessions and programmatic integration through prompt-based invocation.
DeepSeek-Coder models are trained on extensive code repositories and technical documentation, making them particularly effective for software development tasks across multiple programming languages.

PARAMETERS

--model model

Specify the model to use.
--api-key key
DeepSeek API key.

CAVEATS

Requires a DeepSeek API key. API calls may incur costs.

SEE ALSO

claude(1), ollama(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community