gproxy-transform 2.3.0

Pairwise request/response/stream transforms between the OpenAI, Anthropic Claude, and Google Gemini APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod reasoning;
mod response_format;
mod service_tier;
mod stop;
mod tokens;
mod usage;

pub(in crate::transform::generate_content) use reasoning::*;
pub(in crate::transform::generate_content) use response_format::*;
pub(in crate::transform::generate_content) use service_tier::*;
pub(in crate::transform::generate_content) use stop::*;
pub(in crate::transform::generate_content) use tokens::*;
pub(in crate::transform::generate_content) use usage::*;