gproxy-transform 2.6.3

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
//! Compact-content pairwise transforms.

pub mod claude_to_openai;
pub mod gemini_to_openai_compact;
pub mod openai_chat_to_openai_compact;
pub mod openai_compact_to_gemini;
pub mod openai_compact_to_openai_chat;
pub mod openai_compact_to_openai_responses;
pub mod openai_responses_to_openai_compact;
pub mod openai_to_claude;