Text SeriesGETPath List
API Reference

Models

GEThttps://api.tokenbay.com/v1/models

Model list and model detail endpoints

Path List

Models APIs query the model list available to the current API key or the details of a specific model. Available models should follow the live Models page and console-visible models.

GET/v1/models
GET/v1/models/{model}

Response

upstream-defined

The response returns a model list or a model object. Field availability follows the current model configuration.

If a third-party tool needs to auto-fetch models, manually enter model IDs for now. Model IDs should come from the live Models page or console-visible models.

Related