Skip to main content

OpenAI

Connect to OpenAI's GPT models including GPT-5.1, o-series reasoning models, and more.

Configuration

FieldRequiredExample
Application NameYesmy-openai-app
Model NameYesgpt-5.1, gpt-5, gpt-4o, o3, o4-mini
API KeyYessk-...

Getting Your API Key

  1. Go to OpenAI Platform
  2. Navigate to API Keys in your account settings
  3. Click Create new secret key
  4. Copy and securely store your key
ModelDescription
gpt-5.1Latest flagship model with adaptive reasoning
gpt-5.1-codexOptimized for long-running agentic coding tasks
gpt-5Previous flagship model
gpt-4oMultimodal model for complex tasks
o3Most powerful reasoning model, excels in coding, math, science
o4-miniFast, cost-effective reasoning model

For the complete list of available models, visit the OpenAI Models Documentation.

Advanced Parameters

ParameterTypeDescription
max_tokensintegerMaximum tokens in the response
temperaturefloatRandomness (0.0-2.0)
top_pfloatNucleus sampling threshold
frequency_penaltyfloatReduce repetition (-2.0 to 2.0)
presence_penaltyfloatEncourage new topics (-2.0 to 2.0)
stoparrayStop sequences
seedintegerFor deterministic outputs

Setup Steps

  1. Navigate to AI Applications → New Application
  2. Select Model Providers tab
  3. Click OpenAI
  4. Enter your Application Name and API Key
  5. Select your desired Model Name
  6. Configure Advanced Settings (optional)
  7. Click Test Response to verify (optional)
  8. Review and submit