Re-exports§
pub use crate::generic::StreamingEventsProvider;
Structs§
- Chat
Complete Parameters - Transcription
Request - Provider-agnostic audio transcription request.
- Transcription
Result - Transcription
Segment
Traits§
- Chat
Completion Provider - A backend turns a chat prompt into a network call to a concrete provider (OpenAI, Ollama, Anthropic, …) and parses the structured chat response.
- Prompt
Execution Provider - A backend turns a prompt into a network call to a concrete provider (OpenAI, Ollama, Anthropic, …) and parses the structured response.
- Streaming
Chat Provider - A provider that can deliver the model’s answer incrementally.
- Transcription
Provider - Provider capability for converting audio to text.