gproxy-protocol 1.0.20

Wire-format types and cross-protocol transforms for Claude, OpenAI, and Gemini LLM APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod compact;
pub mod count_tokens;
pub mod create_image;
pub mod create_image_edit;
pub mod embeddings;
pub mod generate_content;
pub mod model_get;
pub mod model_list;
pub mod nonstream_to_stream;
pub mod stream_generate_content;
pub mod stream_to_nonstream;
pub mod websocket;