Expand description
The model provider interface.
Everything vendor-specific lives behind ModelProvider. The interpreter
builds a CompletionRequest from the IR and never learns which provider
answered it.
Structs§
- Completion
Request - One model call.
- Completion
Response - Usage
Enums§
- Model
Selection - Which model to use, as the artifact stated it.
- Provider
Error
Traits§
- Model
Provider - A source of model completions.
Type Aliases§
- Delta
Sink - Text as it arrives, handed over before the answer is complete.