| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-01 | 2.1 kB | |
| v2.1.1 source code.tar.gz | 2026-02-01 | 24.5 MB | |
| v2.1.1 source code.zip | 2026-02-01 | 27.3 MB | |
| Totals: 3 Items | 51.8 MB | 0 | |
OpenRouterProvider
It looks like the official v2.1 release didn't actually have OpenRouterProvider due to a merge failure. This release fixes that.
What's Changed
- tests(ts): AnthropicProvider error wrapping by @willbakst in https://github.com/Mirascope/mirascope/pull/2137
- feat(ts): OpenAI + OpenAICompletions support (no Responses yet) by @willbakst in https://github.com/Mirascope/mirascope/pull/2139
- tests(ts): clean up tests to prefer e2e by @willbakst in https://github.com/Mirascope/mirascope/pull/2140
- refactor(ts): cleanup codegen scripts to take advantage of typescript by @willbakst in https://github.com/Mirascope/mirascope/pull/2141
- feat(ts): OpenAIResponsesProvider by @willbakst in https://github.com/Mirascope/mirascope/pull/2142
- feat(ts): llm Thinking by @willbakst in https://github.com/Mirascope/mirascope/pull/2238
- feat(ts): llm StreamResponse (streaming support) by @willbakst in https://github.com/Mirascope/mirascope/pull/2239
- chore(ts): namespace messages to match Python SDK structrue by @willbakst in https://github.com/Mirascope/mirascope/pull/2240
- chore(ts): add missing .call methods to prompt and call by @willbakst in https://github.com/Mirascope/mirascope/pull/2241
- feat(ts): llm Context call/prompt/model by @willbakst in https://github.com/Mirascope/mirascope/pull/2242
- feat(ts): llm tool definitions and interfaces by @willbakst in https://github.com/Mirascope/mirascope/pull/2246
- feat(ts): tool arguments for providers by @willbakst in https://github.com/Mirascope/mirascope/pull/2250
- feat(ts): llm tools for prompt/call by @willbakst in https://github.com/Mirascope/mirascope/pull/2251
- feat(llm): add OpenRouterProvider for native OpenRouter support by @koxudaxi in https://github.com/Mirascope/mirascope/pull/2249
- refactor(llm): introduce CompletionsModelFeatureInfo dataclass by @koxudaxi in https://github.com/Mirascope/mirascope/pull/2269
- chore: bump fix version number for 2.1.1 release by @willbakst in https://github.com/Mirascope/mirascope/pull/2321
Full Changelog: https://github.com/Mirascope/mirascope/compare/v2.1.0...v2.1.1