Endpoints
List all models
Get a specific model
model_id. Returns a 404 Not Found error if the model does not exist or is not accessible with your API key.
Request Examples
Response Fields
Each model object in the API response contains the following fields.string
The unique identifier for the model (e.g.,
"swytcho-pro"). Pass this value as the model parameter in chat, completion, and embedding requests.string
Always
"model".integer
Unix timestamp (seconds) indicating when this model was made available on the platform.
string
The organization that owns and maintains this model (e.g.,
"swytcho" for first-party models or the provider name for third-party models).