You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**OPENAI_API_KEY**| API key for OpenAI services used by Plane Intelligence. ||
299
+
|**OPENAI_BASE_URL**| Custom base URL for OpenAI-compatible API endpoints. ||
300
+
|**CLAUDE_API_KEY**| API key for Anthropic Claude services used by Plane Intelligence. ||
301
+
|**CLAUDE_BASE_URL**| Custom base URL for Claude API endpoints. ||
302
+
|**GROQ_API_KEY**| API key for Groq services used by Plane Intelligence. ||
303
+
|**GROQ_BASE_URL**| Custom base URL for Groq API endpoints. ||
304
+
|**COHERE_API_KEY**| API key for Cohere services used by Plane Intelligence. ||
305
+
|**COHERE_BASE_URL**| Custom base URL for Cohere API endpoints. ||
306
+
|**CUSTOM_LLM_ENABLED**| Enable a custom OpenAI-compatible LLM provider. Set to `true` to enable. | false |
307
+
|**CUSTOM_LLM_MODEL_KEY**| Model key identifier for the custom LLM. | gpt-oss-120b |
308
+
|**CUSTOM_LLM_BASE_URL**| Base URL for the custom LLM API endpoint. ||
309
+
|**CUSTOM_LLM_API_KEY**| API key for the custom LLM provider. ||
310
+
|**CUSTOM_LLM_NAME**| Display name for the custom LLM in the Plane UI. | GPT-OSS-120B |
311
+
|**CUSTOM_LLM_DESCRIPTION**| Description of the custom LLM shown in the Plane UI. | A self-hosted OpenAI-compatible model |
312
+
|**CUSTOM_LLM_MAX_TOKENS**| Maximum token limit for the custom LLM. | 128000 |
313
+
|**EMBEDDING_MODEL**| Model key for generating embeddings (e.g. `cohere/embed-v4.0`). Required for PI API startup when Plane AI is enabled. ||
314
+
|**OPENSEARCH_ML_MODEL_ID**| OpenSearch ML model ID for the deployed embedding model. ||
315
+
|**OPENSEARCH_EMBEDDING_DIMENSION**| Vector dimension for `knn_vector` fields; must match the embedding model and stay aligned with the API service. See [Plane AI](/self-hosting/govern/plane-ai). | 1536 |
316
+
|**BR_AWS_ACCESS_KEY_ID**| AWS access key for Amazon Bedrock integration. ||
317
+
|**BR_AWS_SECRET_ACCESS_KEY**| AWS secret key for Amazon Bedrock integration. ||
0 commit comments