API Reference Overview
The base information needed to consume the InferHood API.
Base URL
All API endpoints are relative to the following base URL:
https://api.inferhood.xyz/v1Authentication
Authenticate your requests using your API key as a Bearer token in the Authorization header.
Available Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /models | GET | Lists currently available models. |
| /chat/completions | POST | Generates chat completions. |
| /images/generations | POST | Generates images. |
Versioning
The API is currently on version v1. When backward-incompatible changes are made, a new version will be released and the base URL path will be updated (e.g., /v2).