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.
Getting an API Key
- Sign Up/Sign In: Visit the OpenAI Platform. You'll need to create an account or sign in if you already have one.
- Navigate to API Keys: Once logged in, go to the API keys section of your account.
- 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").
- 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
- Open CodinIT Settings: Click the settings gear icon (⚙️) in the CodinIT panel.
- Select Provider: Choose "OpenAI" from the "API Provider" dropdown menu.
- Enter API Key: Paste your OpenAI API key into the "OpenAI API Key" field.
- Select Model: Choose your desired model from the "Model" dropdown list.
- (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.
Ollama
Learn how to use Ollama to run AI models locally on your computer with CodinIT. Get privacy, no API costs, and offline access to powerful AI.
Vertex AI
Learn how to connect Google Vertex AI models to your CodinIT projects. Get access to powerful AI capabilities with simple setup and configuration.