LLM Models
Create an LLM model
Create a new large language model. The model must be associated with an existing provider.
Create a new large language model. The model must be associated with an existing provider.
X-API-Key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/provider/models/llm" \ -H "Content-Type: application/json" \ -d '{ "name": "gpt-4o", "provider_uuid": "3bed8db6-d8fa-463d-b321-c9d45dadd5e2" }'{ "code": 0, "data": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f" }}