warning
🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.
Cortex
This command list all the available commands within the Cortex.cpp commands.
Usage​
info
You can use the --verbose
flag to display more detailed output of the internal processes. To apply this flag, use the following format: cortex --verbose [subcommand]
.
- MacOs/Linux
- Windows
# Stablecortex# Betacortex-beta# Nightlycortex-nightly
# Stablecortex.exe# Betacortex-beta.exe# Nightlycortex-nightly.exe
Command Chaining​
Cortex CLI's command chaining support allows multiple commands to be executed in sequence with a simplified syntax.
For example:
Sub Commands​
- cortex models: Manage and configure models.
- cortex chat: Send a chat request to a model.
- cortex ps: Display active models and their operational status.
- cortex embeddings: Create an embedding vector representing the input text.
- cortex engines: Manage Cortex.cpp engines.
- cortex pull|download: Download a model.
- cortex run: Shortcut to pull, start and chat with a model.
- cortex update: Update the Cortex.cpp version.
- cortex start: Start the Cortex.cpp API server.
- cortex stop: Stop the Cortex.cpp API server.