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"
}
}