openrouter_client 0.1.2
openrouter_client: ^0.1.2 copied to clipboard
A Dart client library for the OpenRouter API.
0.1.2 #
- Add remaining credits API support with typed response models.
- Refactor internal API interactions into domain-specific API classes.
- Add local Flutter coverage script and README test coverage instructions.
- Add tests for credits model parsing and client behavior.
0.1.1 #
- Add CI/CD workflows for automated testing and deployment.
- Add support for passing through extra OpenRouter parameters via
extramap. - Add tool/function calling capabilities with tool definitions and tool choice configuration.
- Add image generation support.
- Add streaming chat completions support.
0.1.0 #
- Set up a pure Dart OpenRouter client structure.
- Add request models and API client methods.