OpenAI

Configure OpenAI GPT models in BraceKit.

OpenAI

OpenAI provides GPT models for general tasks and o-series models for complex reasoning. The GPT-5 series offers the latest capabilities with improved agentic performance.

Setup

1. Get an API Key

  1. Go to platform.openai.com/api-keys
  2. Sign in or create an account
  3. Click โ€œCreate new secret keyโ€
  4. Copy the key (starts with sk-)

2. Configure in BraceKit

  1. Open Settings
  2. Select AI Provider tab
  3. Click OpenAI in the provider grid
  4. Paste your API key in the API Key field
  5. Select a model from the dropdown

Settings are saved automatically as you type.

Settings are saved automatically when you make changes.

Available Models

The latest generation with improved reasoning and agentic capabilities.

ModelBest ForContextNotes
gpt-5General purpose, coding, agentic tasks400KBalanced performance
gpt-5-miniFast, cost-efficient for well-defined tasks400KCheaper, faster
gpt-5-nanoSimple tasks, high volume128KFastest, cheapest
gpt-5.1Enhanced reasoning with configurable effort400KHigher reasoning
gpt-5.2Best for coding and agentic tasks400KLatest capabilities
gpt-5.2-proMaximum precision and reasoning400KSlowest, most expensive

GPT-4.1 Series

Improved GPT-4 with better performance.

ModelBest ForContextNotes
gpt-4.1General purpose, reliable128KImproved GPT-4
gpt-4.1-miniFast, affordable alternative128KCheaper than GPT-5

GPT-4o Series

Multimodal models with vision support.

ModelBest ForContextNotes
gpt-4oMultimodal (text + images)128KVision support
gpt-4o-miniFast multimodal tasks128KCheaper vision

Reasoning Models (o-series)

Models that show their thinking process for complex problems.

ModelBest ForContextNotes
o1Complex reasoning, math, coding200KShows reasoning
o1-proHighest reasoning quality200KPro-level thinking
o3Advanced reasoning successor200KBetter than o1
o3-miniFast reasoning tasks200KCheaper reasoning
o3-proMaximum reasoning depth200KBest for hard problems
o4-miniEfficient reasoning200KLatest mini reasoning

Note: Model availability depends on your OpenAI account tier and API access. Some models (like o3-pro, gpt-5.2-pro) may require higher tier access.

Features

Reasoning Models (o-series)

The o-series models (o1, o3, o4) show their reasoning process:

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ ๐Ÿง  Thinking...                    โ–พ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ Let me work through this step by   โ”‚
โ”‚ step...                             โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Based on my analysis...

This happens automatically with all o-series models. The thinking process helps with:

  • Complex math and logic problems
  • Multi-step coding tasks
  • Detailed analysis and planning

Vision (Image Input)

All GPT-4o and GPT-5 models support image analysis:

  1. Attach an image to your message
  2. Ask a question about it
  3. The model analyzes and responds

Supported formats: PNG, JPEG, GIF, WebP

Function Calling

OpenAI models support tool calling for:

  • MCP server tools
  • Built-in tools (Google Search)

Streaming

All OpenAI models support streaming responses for real-time output.

Model Parameters

Configure in Settings โ†’ AI Provider under the Advanced section:

ParameterRangeEffect
Temperature0-2Higher = more creative, lower = more focused
Max Tokens1+Maximum response length
Top P0-1Controls diversity of word choices

Note: OpenAI does not support Top K or Thinking Budget parameters. Those are available for Anthropic, Gemini, and Ollama providers.

Use CaseTemperatureTop PMax Tokens
Code generation0.30.94096
General chat0.71.0Default
Creative writing1.01.08192
Factual Q&A0.00.92048

Pricing

OpenAI charges per token. Check OpenAI pricing for current rates.

Troubleshooting

โ€œInsufficient quotaโ€

  • Add credits to your OpenAI account
  • Check usage limits at platform.openai.com

โ€œModel not foundโ€

  • Verify the model name is correct
  • Some models require organization verification

Slow responses

  • o-series models (o1, o3, o4) are slower by design โ€” they โ€œthinkโ€ before responding
  • Pro models (o3-pro, gpt-5.2-pro) take even longer for deeper reasoning
  • For faster responses, use gpt-4o, gpt-5-mini, or gpt-4o-mini