File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,31 @@ Lightspeed Core Stack is based on the FastAPI framework (Uvicorn). The service i
9494 - please note that currently Python 3.14 is not officially supported
9595 - all sources are made (backward) compatible with Python 3.12; it is checked on CI
9696
97+ * OpenAI API Key (Recommended for Getting Started)
98+
99+ Lightspeed Stack supports multiple LLM providers.
100+
101+ | Provider | Setup Documentation |
102+ | ----------------| -----------------------------------------------------------------------|
103+ | OpenAI | https://platform.openai.com |
104+ | Azure OpenAI | https://azure.microsoft.com/en-us/products/ai-services/openai-service |
105+ | RHOAI (vLLM) | See tests/e2e-prow/rhoai/configs/run.yaml |
106+ | RHEL AI (vLLM) | See tests/e2e/configs/run-rhelai.yaml |
107+
108+ See ` docs/providers.md ` for configuration details.
109+
110+ You will need an API key from one of these providers to run LightSpeed Stack.
111+
112+ For example, if you choose to use OpenAI:
113+
114+ 1 . ** Create an account** at [ platform.openai.com] ( https://platform.openai.com )
115+ 2 . ** Add payment information** (new accounts receive free trial credits)
116+ 3 . ** Generate an API key** from your dashboard at [ API Keys] ( https://platform.openai.com/api-keys )
117+ 4 . ** Export the key** in your environment:
118+ ``` bash
119+ export OPENAI_API_KEY=" sk-your-api-key-here"
120+ ```
121+
97122# Installation
98123
99124Installation steps depends on operation system. Please look at instructions for your system:
You can’t perform that action at this time.
0 commit comments