gitpod.v1.RunnerConfigurationService

CreateLLMIntegration

Creates a new LLM integration for a runner.

Use this method to:

  • Configure LLM access
  • Set up LLM integrations
  • Enable LLM usage
post/gitpod.v1.RunnerConfigurationService/CreateLLMIntegration

Request body

apiKeystring

api_key is the LLM provider's API key.

endpointstring
maxTokensstring

max_tokens is the maximum number of tokens to generate before stopping. If set to 0, the model's default will be used.

modelsGitpodV1SupportedModel[]

models represents the LLM models this integration supports

runnerIdstring uuid

Response

Success

idstring uuid

id is a uniquely generated identifier for the LLM integration

Changes