api_gemini 0.6.1

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

API method implementations organized by endpoint family.

## Responsibility Table

| filename | Responsibility |
|----------|---------------|
| mod.rs | Module re-exports for all API interfaces |
| models_api.rs | Models list and get endpoint implementations |
| chat_api.rs | Chat conversation endpoint implementations |
| conversation_builder.rs | Builder for multi-turn conversation requests |
| files_api.rs | File upload and management endpoint implementations |
| cached_content_api.rs | Cached content endpoint implementations |
| tuned_models_api.rs | Tuned model management endpoint implementations |