ask
Pose a question to a single AI model and get a direct answer, with no web search for real-time information.
Instructions
Ask a single AI model a question (no web search, cannot retrieve latest/real-time information). Default: openai/gpt-5.4 (flagship, $2.50/$15, 1.05M ctx). For multiple perspectives on a question, prefer research tool with mode:ask synthesize:false. For code: openai/gpt-5.3-codex. For mid-tier: openai/gpt-5.4-mini ($0.75/$4.50, strong reasoning). For cheaper: openai/gpt-5-mini ($0.25/$2) or google/gemini-3.1-flash-lite-preview ($0.25/$1.50). For cheap with coding: openai/gpt-5.4-nano ($0.20/$1.25). For cheapest: openai/gpt-5-nano ($0.05/$0.40).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model in provider/name format, e.g. 'openai/gpt-5.2-codex', 'anthropic/claude-sonnet-4.6' | openai/gpt-5.4 |
| context | No | Additional context, e.g. code snippets, error messages, or background info | |
| question | Yes | The question to ask, e.g. 'Explain Rust lifetimes' or 'Compare REST vs GraphQL' | |
| max_tokens | No | Max output tokens. If set, output is hard-truncated at this limit (may cut off mid-response). Omit to let the model decide output length naturally. Only set when you need strict cost control. Reasoning models use tokens internally, so set 2x-3x higher than expected visible output |