CatalogOrganizationService.

update_llm_endpoint

update_llm_endpoint(id: <nil>, title: <nil>, token: <nil>, provider: <nil>, base_url: <nil>, llm_organization: <nil>, llm_model: <nil>) -> CatalogLlmEndpoint

Update an existing LLM endpoint.

Parameters

nametypedescription
idIdentifier of the LLM endpoint
titleUser-facing title of the LLM Provider
tokenThe token to use to connect to the LLM provider. If not provided, the existing token will be preserved.
providerLLM provider name (e.g., "openai")
base_urlBase URL for custom LLM endpoint
llm_organizationLLM organization identifier
llm_modelLLM default model override

Returns

typedescription
CatalogLlmEndpointUpdated LLM endpoint