think
Delegates complex reasoning to advanced AI models for architecture decisions, bug analysis, and logic problems. Provide context manually for focused problem-solving without file access or network calls.
Instructions
Ask Athena to think. Delegates deep reasoning to a stronger model when you hit a hard problem — architecture decisions, subtle bugs, plan critique, tricky logic. Athena has NO tools; she only reasons and returns a concise response. You must gather relevant context yourself and pass it in via the context arg. Does not modify files, run commands, or access the network beyond the reasoning call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The problem to think about. Can be brief — Athena will reason about it carefully. Example: "Is this race condition in the claim() function real, and if so what's the minimal fix?" | |
| context | No | Optional. Relevant code, conversation excerpts, error messages, or other material Athena needs. Athena cannot read files, so anything it needs to see must be pasted here. | |
| effort | No | Optional reasoning effort override. Defaults to high. Use "high" for the hardest problems, "low" for quick sanity checks. | |
| model | No | Optional model override. Defaults to anthropic/claude-opus-4.6. Accepted values for current backend (openrouter): anthropic/claude-opus-4.6, openai/gpt-5.4, google/gemini-3.1-pro-preview, deepseek/deepseek-r1. |