Authorization: Bearer $HUZZ_API_KEY — no per-provider accounts or SDKs required.
| Family | Capabilities | Streaming | Async | Pricing |
|---|---|---|---|---|
| Google Gemini | File analysis, Vision, Chat, Web search | Yes | Yes | Usage-based |
Endpoints
| Method | Path | Capability |
|---|---|---|
POST | /v1/chat/completions | File analysis |
POST | /v1/responses | File analysis |
POST | /api/v3/google/gemini-2.5-pro/file-analysis | File analysis |
POST | /v1/chat/completions | Vision |
POST | /v1/responses | Vision |
POST | /api/v3/google/gemini-2.5-pro/image-to-text | Vision |
POST | /v1/chat/completions | Chat |
POST | /v1/responses | Chat |
POST | /api/v3/google/gemini-2.5-pro/text-to-text | Chat |
POST | /v1/chat/completions | Web search |
POST | /v1/responses | Web search |
POST | /api/v3/google/gemini-2.5-pro/web-search | Web search |
Code samples
Authenticate withAuthorization: Bearer $HUZZ_API_KEY — get a key at huzz.ai/register.