LlmProviderKey
Find LLM Provider's ApiKeys
Find LLM Provider's ApiKeys
get/v1/private/llm-provider-key
Response
LLMProviderApiKey resource
Example response
{
"content": [
{
"provider_name": "ollama",
"auth_config": {
"token_url": "https://developer.api.example.com/authentication/v1/token",
"token_field": "access_token",
"expires_field": "expires_in"
}
}
]
}