Linux command
deepseek 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start DeepSeek CLI
deepseek
Chat with a prompt
deepseek "[Your question here]"
Use specific model
deepseek --model [deepseek-coder] "[prompt]"
说明
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.
参数
- --model _model_
- Specify the model to use.
- --api-key _key_
- DeepSeek API key.
FAQ
What is the deepseek command used for?
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.
How do I run a basic deepseek example?
Run `deepseek` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --model _model_ do in deepseek?
Specify the model to use.