LlmProviderKey
Get LLM Provider's ApiKey by id
Get LLM Provider's ApiKey by id
get/v1/private/llm-provider-key/{id}
Path parameters
idstring uuid required
Response
LLMProviderApiKey resource
Example response
{
"provider_name": "ollama",
"auth_config": {
"token_url": "https://developer.api.example.com/authentication/v1/token",
"token_field": "access_token",
"expires_field": "expires_in"
}
}Changes
Changed in 1 of the 58 revisions of this API.1
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○