Skip to content

OpenAI

OpenAI’s GPT models are among the most widely used language models available. Selu supports all GPT models accessible through the OpenAI API, including the latest GPT-4o variants.

  1. Sign up or log in at platform.openai.com.
  2. Go to API Keys in your account settings.
  3. Click Create new secret key, name it “Selu”, and copy the key immediately.
  1. Open the Selu dashboard and go to Settings → LLM Providers → OpenAI.
  2. Paste your API key. It will be encrypted at rest.
  3. Click Test Connection to confirm access.
  4. Save your settings.

OpenAI’s flagship model. Fast, capable, and supports text and images. Recommended for most use cases.

Select your model under Settings → LLM Providers → OpenAI → Model.

SettingDescriptionDefault
Max tokensMaximum length of the agent’s response4096
TemperatureControls creativity vs. predictability (0.0–2.0)0.7
Organization IDOptional — if your key belongs to multiple orgs

Adjust these under Settings → LLM Providers → OpenAI → Advanced.

If you’re running a model server that exposes an OpenAI-compatible API (like LM Studio or vLLM), you can point Selu to it by changing the Base URL in the advanced settings:

http://your-server:8080/v1

This works with any server that implements the OpenAI chat completions endpoint.

  • “Insufficient quota” — Check your billing settings at platform.openai.com/billing. You may need to add a payment method or increase your spending limit.
  • Model not available — Some models require API access approval. Check your account’s model access page.
  • Timeout errors — Long responses with high max token limits can sometimes time out. Try reducing the max tokens setting.