Releases: simonw/llm-openrouter
Releases · simonw/llm-openrouter
0.5
- Support for tool calling. Thanks, James Sanford. #43
- Support for reasoning options, for example
llm -m openrouter/openai/gpt-5 'prove dogs exist' -o reasoning_effort medium. #45
0.4.1
0.4
See also the annotated release notes.
- LLM schema support for OpenRouter models that support structured output. #23
llm openrouter keycommand displays information about your current API key. #24llm -m ... -o online 1enables web search grounding against any model, powered by Exa. #25llm openrouter modelscommand for listing details of the OpenRouter models, including a--jsonoption to get JSON and a--freeoption to filter for just their free models. #26- Fixed a bug where
LLM_OPENROUTER_KEYwas sometimes needed in place ofOPENROUTER_KEY- now onlyOPENROUTER_KEYis supported. #16 - New option to specify custom provider routing:
-o provider '{JSON here}'. #17