Skip to main content

Crate llm_bridge_core

Crate llm_bridge_core 

Source
Expand description

llm-bridge-core: Protocol transform library for LLM API translation.

Translates between Anthropic Messages and OpenAI Chat APIs with semantic fidelity for supported features and explicit lossy downgrade for unsupported ones.

Modulesยง

model
Core data model for protocol transforms.
stream
Streaming protocol transformation.
transform
Protocol transform implementations.