curl -X 'POST' \ 'https://api.coaxial.ai/llm_integration/custom_model' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "model_name": <custom_model_name> }'
{ "model": { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "model_name": "string", "integration_type": "string", "coaxial_id": <coaxial_model_id> } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The model information (including its id)
The response is of type object.
object