When usage starts
- Sending a message runs the model on your request and costs credits.
- A skill running inside a task costs the same way; the skill’s instructions get loaded in and the model follows them.
- A routine firing on schedule costs credits the same as if you’d sent that message yourself, since it’s still a session running.
Keeping usage down
- Use a cheaper or free model (like Ternary Bonsai 27B) for quick questions, and save premium models for work that actually needs the extra reasoning; see Choosing a model.
- Be specific in your prompt. A vague request often costs more in back-and-forth clarification than a precise one would have upfront.
- Scope routines to what you actually need summarized or done, not everything a tool could return.
- For a repeated task, a well-scoped custom skill can make each run shorter and more predictable than starting from scratch every time; see Building a custom skill.