Skip to main content
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 chat

info

This CLI command calls the following API endpoint:

This command starts a chat session with a specified model, allowing you to interact directly with it through an interactive chat interface.

Usage​


cortex chat [options] <model_id> <message>

info

This command uses a model_id from the model that you have downloaded or available in your file system.

Options​

OptionDescriptionRequiredDefault valueExample
model_idModel ID to chat with.Yes-mistral
-m, --message <message>Message to send to the modelYes--m "Hello, model!"
-h, --helpDisplay help information for the command.No--h