Release v0.6.9
What's New
✨ New LLM Providers
-
Groq (
groq/prefix): Fast inference on Groq hardware- Example:
Agent("bot", model="groq/llama-3.3-70b-versatile") - Requires
GROQ_API_KEYenvironment variable
- Example:
-
Grok (
grok/prefix): xAI's Grok models- Example:
Agent("bot", model="grok/grok-4") - Requires
XAI_API_KEYenvironment variable
- Example:
-
OpenRouter (
openrouter/prefix): Multi-provider gateway- Example:
Agent("bot", model="openrouter/openai/gpt-4o-mini") - Requires
OPENROUTER_API_KEYenvironment variable - Optional:
OPENROUTER_HTTP_REFERER,OPENROUTER_X_TITLEfor attribution
- Example:
🔧 Other Changes
- CLI API key detection for new providers
- 39 new tests for provider error handling and model inference
- Updated documentation in models.md
Installation
pip install connectonion==0.6.9Full Changelog: v0.6.8...v0.6.9