Register a new AI model in the company registry
Model registration data
The created model configuration
400 - Invalid model data
401 - Not authenticated
403 - Admin privileges required
import { createModelRegistry } from "@cpod/sdk";const model = await createModelRegistry({ name: "GPT-4 Custom", provider: "openai", model_id: "gpt-4", api_key: "sk-...",}); Copy
import { createModelRegistry } from "@cpod/sdk";const model = await createModelRegistry({ name: "GPT-4 Custom", provider: "openai", model_id: "gpt-4", api_key: "sk-...",});
Register a new AI model in the company registry