Logo
Models

OpenAI

Learn how to connect OpenAI models to your CodinIT projects. Get access to the most popular AI models including GPT-4, o1, and o3.

CodinIT supports accessing models directly through the official OpenAI API.

https://openai.com/

Getting an API Key

  1. Sign Up/Sign In: Visit the OpenAI Platform. You'll need to create an account or sign in if you already have one.
  2. Navigate to API Keys: Once logged in, go to the API keys section of your account.
  3. Create a Key: Click on "Create new secret key". It's good practice to give your key a descriptive name (e.g., "CodinIT API Key").
  4. Copy the Key: Crucial: Copy the generated API key immediately. For security reasons, OpenAI will not show it to you again. Store this key in a safe and secure location.

Supported Models

CodinIT is compatible with a variety of OpenAI models, including but not limited to:

  • 'o3'
  • o3-mini (medium reasoning effort)
  • 'o4-mini'
  • o3-mini-high (high reasoning effort)
  • o3-mini-low (low reasoning effort)
  • o1
  • o1-preview
  • o1-mini
  • gpt-4.5-preview
  • gpt-4o
  • gpt-4o-mini
  • 'gpt-4.1'
  • 'gpt-4.1-mini'

For the most current list of available models and their capabilities, please refer to the official OpenAI Models documentation.

Configuration in CodinIT

  1. Open CodinIT Settings: Click the settings gear icon (⚙️) in the CodinIT panel.
  2. Select Provider: Choose "OpenAI" from the "API Provider" dropdown menu.
  3. Enter API Key: Paste your OpenAI API key into the "OpenAI API Key" field.
  4. Select Model: Choose your desired model from the "Model" dropdown list.
  5. (Optional) Base URL: If you need to use a proxy or a custom base URL for the OpenAI API, you can enter it here. Most users will not need to change this from the default.

Tips and Notes

  • Pricing: Be sure to review the OpenAI Pricing page for detailed information on the costs associated with different models.
  • Azure OpenAI Service: If you are looking to use the Azure OpenAI service, please note that specific documentation for Azure OpenAI with CodinIT may be found separately, or you might need to configure it as an OpenAI-compatible endpoint if such functionality is supported by CodinIT for custom configurations.