Skip to main content
GET
Lists available models
Use GET /v1/models to list public Hicap model IDs. This endpoint does not require authentication. Pass one of these IDs as the model value in OpenAI-compatible endpoints such as chat completions.
For the full public model catalog with pricing and context windows, see All Models.
The response follows the OpenAI-compatible list shape:

OpenAI model references

The public model list can include these OpenAI models:

Response

OK

object
enum<string>
required

The object type, always list.

Available options:
list
Example:

"list"

data
object[]
required

Public model objects available through the Hicap API.