List, optionally filter, available LLM models
GET/v1/textcraft/models
List, optionally filter, available LLM models
Request
Query Parameters
name string
released object
released[lte] string
Filter models released on or before this date (ISO 8601 format)
released[gte] string
Filter models released on or after this date (ISO 8601 format)
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 504
List of available models.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name stringrequired
releasedAt date-timerequired
imageInputSupported booleanrequired
[
{
"name": "string",
"releasedAt": "2024-07-29T15:51:28.071Z",
"imageInputSupported": true
}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Too Many Requests
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Gateway Timeout
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Loading...