api_claude 0.5.1

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
# model_management/

Model listing, recommendation, detail retrieval, and comparison types.

| File | Responsibility |
|------|----------------|
| core.rs | Core model types: ModelInfo, UseCase, ModelRecommendation, filters |
| enhanced.rs | Extended model detail structs: capabilities, pricing, lifecycle |
| enhanced_impls.rs | Implementations for enhanced model detail and comparison methods |
| manager.rs | ModelManager: caching, recommendation engine, and search logic |