Module models

Module models 

Source
Expand description

Model configuration and identification module

This module provides a centralized enum for model identifiers and their configurations, replacing hardcoded model strings throughout the codebase for better maintainability. Read the model list in docs/models.json.

Enumsยง

ModelId
Centralized enum for all supported model identifiers
ModelParseError
Error type for model parsing failures
Provider
Supported AI model providers