Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Fine Tune
kodagpt:cancel_fine_tune
Cancel a running fine-tuning job.
Write
High risk
Create Chat Completion
kodagpt:create_chat_completion
Create a chat completion with conversation history and optional function calling.
Write
Medium risk
Create Completion
kodagpt:create_completion
Generate a text completion using the specified AI model.
Write
Medium risk
Create Fine Tune
kodagpt:create_fine_tune
Create a fine-tuning job to customize a model with your data.
Write
Medium risk
Get Completion
kodagpt:get_completion
Retrieve a previously created completion by ID.
Read
Low risk
Get Fine Tune
kodagpt:get_fine_tune
Get the status and details of a fine-tuning job.
Read
Low risk
Get Model
kodagpt:get_model
Fetch details about a specific AI model including capabilities and pricing.
Read
Low risk
Get Usage
kodagpt:get_usage
Get API usage statistics including token consumption and costs.
Read
Low risk
List Completions
kodagpt:list_completions
List your completion history with optional filters.
Read
Low risk
List Fine Tunes
kodagpt:list_fine_tunes
List all your fine-tuning jobs with their current status.
Read
Low risk
List Models
kodagpt:list_models
List all available AI models with their capabilities and pricing.
Read
Low risk