Public API

V1 routes

Generated reference for the supported V1 API routes.
This page is generated from routes explicitly approved for the public API contract. Use the base URL https://api.redgold.ai and authenticate as described in the authentication guide.

POST /v1/chat/completions

Create an OpenAI-compatible chat completion, with optional server-sent-event streaming.

Authentication: required. Protocol: streaming.

GET /v1/credits

Return the authenticated account's available model API credit balance.

Authentication: required. Protocol: unary.

POST /v1/messages

Create an Anthropic-compatible Messages response, with optional server-sent-event streaming.

Authentication: required. Protocol: streaming.

GET /v1/models

List the model identifiers currently available through the public model API.

Authentication: required. Protocol: unary.

GET /v1/models/{model}

Fetch one model object from the public model API — ports the gateway GET /v1/models/{model} route.

Authentication: required. Protocol: unary.

Parameters

nameintypeeffect
modelpathstringpath segment

POST /v1/responses

Create an OpenAI-compatible Responses API result, with optional server-sent-event streaming.

Authentication: required. Protocol: streaming.

Copyright © 2026