ai_broker
One Dart interface for Claude, OpenAI, and Gemini: list models, complete, chat, and stream.
0.2.2
dev-cetera/ai_broker
What this package is like to depend on
Last release 2 months ago
28 May 2026
Too new to tell
only 1 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to May 2026Releases
latest 3-
0.2.228 May 2026Nothing published for this version
-
0.2.127 May 2026Release notes
Open source →- feat:
stripCodeFencehelper for stripping leading/trailing markdown code fences from model output, exported from the package barrel.
- feat:
-
0.2.025 May 2026Release notes
Open source →Initial release.
AiBrokerinterface (listModels,complete,chat,stream) with three implementations:OpenAiBroker,AnthropicBroker,GeminiBroker.AiBrokerRegistryfor runtime provider lookup.KeyResolver(EnvKeyResolver,MapKeyResolver) for pluggable key sourcing. Shared SSE decoder and retry-with-backoff helper.