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
# Content Generation API

Content generation endpoint implementation and request builders.

## Responsibility Table

| filename | Responsibility |
|----------|---------------|
| mod.rs | Module re-exports for content generation |
| api_impl.rs | GenerateContent endpoint implementation |
| builder.rs | Builder types for content generation requests |