Composer2.5 max mode

Is Composer 2.5 using max mode effective?

You mean the fast mode?

Standard: $0.50/M input, $2.50/M output tokens
Fast (default): $3.00/M input, $15.00/M output tokens

Yes very effective!

well,I mean max mode not fast mode

image

I have read the official documentation. It means that max mode can enable maximum context, but Composer 2.5 seems to have a maximum context of only 200k. So is there actually no difference whether this mode is enabled or not

However, the MAX label is still present. I wonder how the billing works? If there is no difference in this model with or without max mode, it could be slightly modified to reduce misunderstanding.

I don’t think that 1M context window is useful since illustions, misunderstanding or other mistakes let you upset, which context rot is still headache even using Opus 4.8. Indeed, breaking down is still the best way for solving a BIG task currently. But I’m optimistic about this will be solved soon in the future, maybe next model.

Hey, let’s separate two concepts, since they’re easy to mix up.

Standard and Fast are speed modes for Composer 2.5. Max Mode is a different thing. It expands the model’s context window to the maximum it supports. This helps on large codebases, long threads, and multi-file tasks where the model needs to keep a lot of context in mind.

Important detail: Max Mode doesn’t apply to Composer 2.5. Composer has a fixed context window of 200k, and Max Mode can’t expand it. For Composer, you only choose the speed tier Standard or Fast. Max Mode is for other models that support expanded context, like Grok where the window can grow from 200k to 1M.

About Max Mode efficiency in general: it makes sense on models where your request is truly limited by context, like lots of files or a big amount of code. For short or focused tasks, there’s almost no benefit, and it uses up usage noticeably faster since billing is token-based and depends on the model’s API rate.

So for Composer 2.5, it comes down to choosing Standard vs Fast. Both use the same context window. Max Mode billing details for models that support it: Models & Pricing | Cursor Docs

you got it ,bro :grinning_face:

thanks for solving :grin: