Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@thefeqy thefeqy released this 24 Feb 20:51
· 16 commits to main since this release

[v1.3.0] - 2025-02-24

New Features

  • Vision API Support: Added a new Vision class to analyze images using the Grok-2-Vision models.
    • Supports grok-2-vision, grok-2-vision-latest, and grok-2-vision-1212 models.
    • Allows image analysis through vision()->analyze($image, $message).
    • Automatically validates supported models to prevent incorrect usage.

Full Changelog: v1.2.0...v1.3.0