gephyr 1.16.18

Gephyr is a headless local AI relay/proxy API handling OpenAI, Claude, and Gemini-compatible APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod account;
pub mod config;
pub mod quota;
pub mod token;

pub use account::{
    Account, AccountExportItem, AccountExportResponse, AccountIndex, AccountSummary, DeviceProfile,
    DeviceProfileVersion,
};
pub use config::{AppConfig, CircuitBreakerConfig, QuotaProtectionConfig};
pub use quota::QuotaData;
pub use token::TokenData;