Expand description
Provider-specific chat wire codecs built on the canonical transcript shape.
The provider modules translate hosted and local model-provider JSON into
the same codec:chat transcript maps instead of making each runner invent
its own request and response records.
Modulesยง
- anthropic
- Anthropic Messages provider wire codec. Anthropic Messages provider wire codec.
- lemonade
- Lemonade OpenAI-compatible provider wire codec. Lemonade OpenAI-compatible provider wire codec.
- lm_
studio - LM Studio OpenAI-compatible provider wire codec. LM Studio OpenAI-compatible provider wire codec.
- ollama
- Ollama provider wire helpers, also preserved at the crate root.
- openai
- OpenAI-compatible chat-completion provider wire codec. OpenAI-compatible provider wire codec.
- profile
- Open provider profile records used by runners and browse surfaces. Open provider-codec profile records.