gproxy-protocol 2.2.3

GPROXY protocol types and endpoint metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Gemini wire model types.

pub mod batch;
pub mod caching;
pub mod common;
pub mod count_tokens;
pub mod embeddings;
pub mod generate_content;
pub mod models;

pub use batch::*;
pub use caching::*;
pub use common::*;
pub use count_tokens::*;
pub use embeddings::*;
pub use generate_content::*;
pub use models::*;