Slm models

Get SLM model by ID

Retrieve a specific SLM model by its ID

GET
/slm-models/{id}
Authorization<token>

API key in the format: Bearer YOUR_API_KEY

In: header

Path Parameters

idstring

SLM Model ID

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://api.chorus-ai.co/v1/slm-models/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string"
  }
}
{
  "error": "string",
  "details": [
    {}
  ]
}

Last updated on