Generation API
List models
Retrieve a list of available models that can be used for text generation, chat completions, and other AI tasks.
get/v1/models
Response
Successful response
Example response
{
"models": [
{
"name": "Palmyra X 003 Instruct",
"id": "palmyra-x-003-instruct"
},
{
"name": "Palmyra Med",
"id": "palmyra-med"
},
{
"name": "Palmyra Financial",
"id": "palmyra-fin"
},
{
"name": "Palmyra X4",
"id": "palmyra-x4"
},
{
"name": "Palmyra X5",
"id": "palmyra-x5"
},
{
"name": "Palmyra Creative",
"id": "palmyra-creative"
}
]
}