InferHoodInferHood

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/v1

Authentication

Authenticate your requests using your API key as a Bearer token in the Authorization header.

Available Endpoints

EndpointMethodDescription
/modelsGETLists currently available models.
/chat/completionsPOSTGenerates chat completions.
/images/generationsPOSTGenerates 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).