OpenAI Setup
OpenAI provides the GPT family of models, offering strong general-purpose capabilities with broad tool support.
Getting Your API Key
- Go to platform.openai.com
- Sign up or log in to your OpenAI account
- Navigate to API Keys in the left sidebar
- Click Create new secret key
- Give it a name (e.g., “Lenno Agent”)
-
Copy the key – it starts with
sk-
Important: Store your key securely. OpenAI will not show it again after creation.
Adding to Lenno
- Go to your agent’s Provider tab
- Select OpenAI from the provider list
- Paste your API key
- Choose a model
- Click Save
Available Models
| Model | Context | Best For | Cost |
|---|---|---|---|
| gpt-4o | 128K tokens | Most capable, multimodal | $$ |
| gpt-4o-mini | 128K tokens | Fast, cost-effective | $ |
| o1 | 128K tokens | Advanced reasoning | $$$ |
| o1-mini | 128K tokens | Fast reasoning | $$ |
Pricing Notes
OpenAI charges per input and output token. Check openai.com/pricing for current rates. Usage limits and rate limits depend on your account tier.