LlmProviderKey

Find LLM Provider's ApiKeys

Find LLM Provider's ApiKeys

get/v1/private/llm-provider-key

Response

LLMProviderApiKey resource

sizeinteger
totalinteger
sortableBystring[]

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

Changes

Changed in 1 of the 59 revisions of this API.1

    • added the optional property // to the response with the status

      response-optional-property-added