---
title: "GetRunnerLLMIntegration"
method: POST
path: "/gitpod.v1.RunnerInteractionService/GetRunnerLLMIntegration"
tags: ["gitpod.v1.RunnerInteractionService"]
---

# GetRunnerLLMIntegration

`POST /gitpod.v1.RunnerInteractionService/GetRunnerLLMIntegration`

## Request body

- GitpodV1GetRunnerLLMIntegrationRequest
  - `llmIntegrationId` string, uuid — The LLM integration's ID
  - `runnerId` string, uuid — The runner's identity

## Response `200`

Success

- GitpodV1GetRunnerLLMIntegrationResponse
  - `llmIntegration` GitpodV1LLMIntegration
    - `encryptedApiKey` string, byte — encrypted_api_key is the LLM provider's API key encrypted with the runner's public key.
    - `endpoint` string
    - `id` string — id is the unique identifier of the LLM integration
    - `maxTokens` string — the maximum number of tokens to generate before stopping. 0 is a model default.
    - `models` GitpodV1SupportedModel[] — models represents the supported LLM models for this integration
    - `phase` 'LLM_INTEGRATION_PHASE_UNSPECIFIED' | 'LLM_INTEGRATION_PHASE_AVAILABLE' | 'LLM_INTEGRATION_PHASE_UNAVAILABLE' | 'LLM_INTEGRATION_PHASE_DISABLED' — LLMIntegrationPhase represents the current status/phase of an LLM integration
    - `phaseReason` string — phase_reason provides explanation for the current phase (e.g., "insufficient funds", "user disabled")
    - `requestHeaders` GitpodV1LLMIntegrationRequestHeader[] — request_headers contains optional headers for the LLM integration.
      - `key` string
      - `value` string, byte
    - `runnerId` string

## Other responses

- `default` — Error

## Changes

- **2026-04-02** `dabc0ff98cd7` — 3 warning
  - added the new `SUPPORTED_MODEL_HAIKU_4_5` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_SONNET_4_6` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_SONNET_4_6_EXTENDED` enum value to the `llmIntegration/models/items/` response property for the response status `200`
- **2026-02-11** `b97dcde84128` — 2 warning
  - added the new `SUPPORTED_MODEL_OPUS_4_6` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_OPUS_4_6_EXTENDED` enum value to the `llmIntegration/models/items/` response property for the response status `200`
- **2025-12-15** `d62ef4b9187c` — 4 warning, 4 info
  - added the new `SUPPORTED_MODEL_OPUS_4_5` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_OPUS_4_5_EXTENDED` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_SONNET_4_5` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_SONNET_4_5_EXTENDED` enum value to the `llmIntegration/models/items/` response property for the response status `200`
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.RunnerInteractionService/GetRunnerLLMIntegration/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/dabc0ff98cd7/schema)
