Support fast/extended-thinking mode flag #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Request
LiteLLM has a
/fasttoggle concept (Claude Opus with faster output). The claude-max-bridge should support a way to request fast mode or extended thinking via the API.Possible approach
extra_body.fast: true→ pass--fastflag to Claude CLI (if supported)-fastto the appropriate CLI flagsclaude --fastis a valid CLI option first:claude --help | grep fastNotes
Claude Code fast mode uses Claude Opus with faster output. The CLI may support this via a flag or it may be a UI-only feature. Verify before implementing.