One thing I like about
@opencode is the variety of models on the Go plan, but deciding which one to use every time gets annoying.
So I spent some time experimenting with
@liquidai LFM2.5-Encoder-350M-Prompt-Router model.
I know routing between LLMs isn't really the model's intended use case, but its zero-shot routing head made for a fun experiment. A single encoder pass (~250ms) classifies the prompt and routes it to one of the 12 models available in OpenCode Go plan.
Still early, but it's been a fun way to get more out of the Go plan.