Expand description
GitLab Duo provider implementation.
GitLab Duo uses the /api/v4/chat/completions endpoint with a proprietary
request/response format (NOT OpenAI-compatible).
Authentication is via a GitLab Personal Access Token (PAT) or OAuth token
passed as Authorization: Bearer <token>.
Self-hosted GitLab instances are supported via a configurable base URL
(defaults to https://gitlab.com).
bd-3uqg.3.5
Structsยง
- GitLab
Chat Request - GitLab Duo Chat request body.
- GitLab
Provider - GitLab Duo provider.