|
1 | 1 | --- |
2 | 2 | title: "OpenAI" |
3 | | -description: "Configure and use official OpenAI models including GPT-5, o3, and o4-mini with CodinIT for advanced reasoning and code generation." |
| 3 | +description: "Configure OpenAI models including GPT-5, o3, and o4-mini with CodinIT." |
4 | 4 | --- |
5 | 5 |
|
6 | | -CodinIT supports accessing models directly through the official OpenAI API. |
7 | | - |
8 | 6 | **Website:** [https://openai.com/](https://openai.com/) |
9 | 7 |
|
10 | | -### Getting an API Key |
11 | | - |
12 | | -1. **Sign Up/Sign In:** Visit the [OpenAI Platform](https://platform.openai.com/). You'll need to create an account or sign in if you already have one. |
13 | | -2. **Navigate to API Keys:** Once logged in, go to the [API keys section](https://platform.openai.com/api-keys) of your account. |
14 | | -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"). |
15 | | -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. |
| 8 | +## Getting an API Key |
16 | 9 |
|
17 | | -### Supported Models |
| 10 | +1. Visit [OpenAI Platform](https://platform.openai.com/) and sign in |
| 11 | +2. Go to [API keys](https://platform.openai.com/api-keys) |
| 12 | +3. Click "Create new secret key" and name it (e.g., "CodinIT") |
| 13 | +4. Copy the key immediately - you won't see it again |
18 | 14 |
|
19 | | -CodinIT is compatible with a variety of OpenAI models, including but not limited to: |
| 15 | +## Configuration |
20 | 16 |
|
21 | | -- 'o3' |
22 | | -- `o3-mini` (medium reasoning effort) |
23 | | -- 'o4-mini' |
24 | | -- `o3-mini-high` (high reasoning effort) |
25 | | -- `o3-mini-low` (low reasoning effort) |
26 | | -- `o1` |
27 | | -- `o1-preview` |
28 | | -- `o1-mini` |
29 | | -- `GPT-5o` |
30 | | -- `GPT-5o-mini` |
31 | | -- 'GPT-5.1' |
32 | | -- 'GPT-5.1-mini' |
| 17 | +1. Click the settings icon (⚙️) in CodinIT |
| 18 | +2. Select "OpenAI" as the API Provider |
| 19 | +3. Paste your API key |
| 20 | +4. Choose your model |
33 | 21 |
|
34 | | -For the most current list of available models and their capabilities, please refer to the official [OpenAI Models documentation](https://platform.openai.com/models). |
| 22 | +## Supported Models |
35 | 23 |
|
36 | | -### Configuration in CodinIT |
| 24 | +- `GPT-5o` |
| 25 | +- `GPT-5.1` |
| 26 | +- `o3` |
| 27 | +- `o3-mini` (medium reasoning) |
| 28 | +- `o4-mini` |
| 29 | +- `o1` |
| 30 | +- `o1-mini` |
37 | 31 |
|
38 | | -1. **Open CodinIT Settings:** Click the settings gear icon (⚙️) in the CodinIT panel. |
39 | | -2. **Select Provider:** Choose "OpenAI" from the "API Provider" dropdown menu. |
40 | | -3. **Enter API Key:** Paste your OpenAI API key into the "OpenAI API Key" field. |
41 | | -4. **Select Model:** Choose your desired model from the "Model" dropdown list. |
42 | | -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. |
| 32 | +See [OpenAI Models documentation](https://platform.openai.com/models) for full details. |
43 | 33 |
|
44 | | -### Tips and Notes |
| 34 | +## Notes |
45 | 35 |
|
46 | | -- **Pricing:** Be sure to review the [OpenAI Pricing page](https://openai.com/pricing) for detailed information on the costs associated with different models. |
47 | | -- **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. |
| 36 | +- **Pricing:** See [OpenAI Pricing](https://openai.com/pricing) |
| 37 | +- **Azure OpenAI:** Configure as OpenAI-compatible endpoint if needed |
0 commit comments