v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBLarge Language Models
Clone a large language model
Clones a large language model in a Project.
post/v2.0/largelanguagemodels/{largeLanguageModelId}/clone
Path parameters
largeLanguageModelIdstring required
The unique identifier for the large language model.
Headers
Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'
The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.
Response
Returns the cloned large language model object.
Example response
{
"name": "Large language model for customer service",
"description": "Large language model for customer-facing AI Agents.",
"isCustomModel": true,
"openAI": {
"customModel": "gpt-4-32k-0613"
},
"anthropic": {
"customModel": "claude-sonnet-4-6"
},
"alephAlpha": {
"customModel": "luminous-003",
"baseCustomUrl": "https://api.aleph-alpha.com"
},
"openAICompatible": {
"customModel": "luminous-003",
"baseCustomUrl": "https://own-llm-deployment.company.com/openai/v1",
"customAuthHeader": "Ocp-Apim-Subscription-Key"
},
"createdAt": 1694518620,
"lastChanged": 1694518620
}