Expand description
Core trait and types for model runtime abstraction
Structs§
- Chat
Message - Inference
Request - Inference request (OpenAI-compatible format)
- Inference
Response - Inference response
- Runtime
Config - Runtime configuration for model initialization
- Runtime
Metadata - Runtime metadata
Enums§
- Model
Format - Supported model formats
Traits§
- Model
Runtime - Model runtime trait - all runtime adapters must implement this