Using OpenAI With PostQode
PostQode supports accessing models directly through the official OpenAI API.
Website: https://openai.com/
Getting an API Key
- Sign Up/Sign In: Go to the OpenAI Platform. Create an account or sign in.
- Navigate to API Keys: Go to the API keys page.
- Create a Key: Click "Create new secret key". Give your key a descriptive name (e.g., "PostQode").
- Copy the Key: Important: Copy the API key immediately. You will not be able to see it again. Store it securely.
Supported Models
PostQode supports a variety of OpenAI models, including:
gpt-5.5(Flagship multimodal reasoning and agentic coding)gpt-5.2/gpt-5.1-codexo4-minio3-mini(medium reasoning effort)o3-mini-high(high reasoning effort)o3-mini-low(low reasoning effort)o1o1-previewo1-minigpt-4.5-previewgpt-4ogpt-4o-mini
Refer to the OpenAI Models documentation for the most up-to-date list of models and capabilities.
Configuration in PostQode
- Open PostQode Settings: Click the gear icon () in the PostQode panel.
- Select Provider: Choose "OpenAI" from the "API Provider" dropdown.
- Enter API Key: Paste your OpenAI API key into the "OpenAI API Key" field.
- Select Model: Choose your desired model from the "Model" dropdown (e.g.
gpt-5.5for flagship agentic execution,gpt-4ofor balanced pair programming, oro3-minifor high-depth reasoning).
Tips and Notes
- Pricing: Refer to the OpenAI Pricing page for details on model costs.
- Azure OpenAI Service: If you'd like to use the Azure OpenAI service, please see our section on OpenAI-compatible providers.