api_gemini 0.8.1

Gemini's API for accessing large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Model Deployment

Deployment strategies, auto-scaling, and orchestration.

## Responsibility Table

| filename | Responsibility |
|----------|---------------|
| mod.rs | Deployment types and module re-exports |
| strategies.rs | Deployment strategy definitions and selection |
| orchestration.rs | Container and cluster orchestration logic |
| auto_scaling.rs | Metrics-based auto-scaling implementation |
| health.rs | Deployment health monitoring and failover |