AIs
List available LLMs models
get/v1/models
Response
Success - Model list retrieved successfully.
Example response
{
"creator": "@PaxSenix",
"ok": true,
"object": "list",
"data": [
{
"id": "gpt-3.5-turbo",
"object": "model",
"created": 1677610602,
"owned_by": "OpenAI",
"type": "chat.completions",
"endpoint": "/v1/chat/completions",
"cost": 3,
"max_tokens": 4096,
"access": {
"free": true
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.