//! Model provider implementations
//!//! This module defines the completion model providers like Mistral, Anthropic, etc.
/// Mistral model provider
pubstructMistral;implMistral{pubconstMAGISTRAL_SMALL:Self=Self;}/// Anthropic model provider
pubstructAnthropic;implAnthropic{pubconstCLAUDE4_SONNET:Self=Self;}/// Standard I/O marker type for MCP servers
pubstructStdio;