Skip to content

Release v0.6.9

Choose a tag to compare

@wu-changxing wu-changxing released this 14 Feb 09:38

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_KEY environment variable
  • Grok (grok/ prefix): xAI's Grok models

    • Example: Agent("bot", model="grok/grok-4")
    • Requires XAI_API_KEY environment variable
  • OpenRouter (openrouter/ prefix): Multi-provider gateway

    • Example: Agent("bot", model="openrouter/openai/gpt-4o-mini")
    • Requires OPENROUTER_API_KEY environment variable
    • Optional: OPENROUTER_HTTP_REFERER, OPENROUTER_X_TITLE for attribution

🔧 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.9

Full Changelog: v0.6.8...v0.6.9