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
14
# Protocol Doc Entity

### Scope

- **Purpose**: Specify the wire-level communication protocols used by the api_gemini crate.
- **Responsibility**: Master file listing all protocol spec instances with ID, name, and protocol scope.
- **In Scope**: Streaming wire format, HTTP headers, JSON array structure, buffering strategy.
- **Out of Scope**: Client-level streaming control features (see `feature/`), usage patterns (see `operation/`), investigation history (see `investigations/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [`001_streaming_format.md`]001_streaming_format.md | JSON array streaming protocol specification ||