systemprompt-ai 0.14.4

Provider-agnostic LLM integration for systemprompt.io AI governance — Anthropic, OpenAI, Gemini, and local models unified behind one governed pipeline with cost tracking and audit.
Documentation
1
2
3
4
5
6
7
8
//! Gemini image-generation wire types.
//!
//! Chat/completions wire translation lives once in the shared
//! `systemprompt_models::wire` codec; the only vendor shapes that remain here
//! are the Gemini [`gemini`] image-generation request/response, which the image
//! provider uses against the `generateContent` image models.

pub mod gemini;