URL parameter for the AI provider
You can use the ai-provider= URL parameter to specify one or more AI providers to inject into the workspace.
The URL parameter accepts a comma-separated list of provider IDs:
https://<che_fqdn>#<git_repository_url>?ai-provider=<provider_id>
Example with a single provider
https://<che_fqdn>#<git_repository_url>?ai-provider=google/gemini
Example with multiple providers
https://<che_fqdn>#<git_repository_url>?ai-provider=google/gemini,anthropic/claude,opencodeai/opencode
The ai-provider= parameter requires that the AI tool registry ConfigMap is configured by the administrator. Provider IDs not found in the registry are ignored.
|