OpenAI

Configure OpenAI GPT models in BraceKit.

OpenAI

OpenAI provides GPT models with configurable reasoning levels. The GPT-5.6 family (Sol, Terra, Luna) offers the latest capabilities with improved agentic performance and tool use.

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. Select OpenAI from the provider dropdown
  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. The gpt-5.6 alias routes to gpt-5.6-sol.

ModelBest ForContextNotes
gpt-5.6-solComplex professional work1.05MFrontier model, all reasoning levels
gpt-5.6-terraBalanced intelligence & cost1.05MStrong middle tier
gpt-5.6-lunaCost-sensitive, high volume1.05MFastest, cheapest

Previous Generation

ModelBest ForContextNotes
gpt-5.5General purpose400KPrevious flagship
gpt-5.4General purpose, coding1.05MPrior generation, computer use
gpt-ossOpen-weight models400KOpenly available weights

Reasoning (Effort Levels)

GPT-5.x models support configurable reasoning effort: minimal, low, medium, and high. The gpt-5.6 alias routes to gpt-5.6-sol.

ModelReasoning LevelsBest For
gpt-5.6-solminimal โ†’ highComplex professional work
gpt-5.6-terraminimal โ†’ highBalanced intelligence & cost
gpt-5.6-lunaminimal โ†’ highCost-sensitive, high volume

Note: Model availability depends on your OpenAI account tier and API access. Some models may require higher tier access.

Features

Reasoning (Effort Levels)

The GPT-5.6 family shows its reasoning process:

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

Based on my analysis...

This happens automatically when a reasoning level above none is set. The thinking process helps with:

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

Vision (Image Input)

All GPT-5.6, GPT-5.5 and GPT-5.4 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

  • Higher reasoning levels (xhigh, max) are slower by design โ€” they โ€œthinkโ€ before responding
  • Flagship models (gpt-5.6-sol) take longer for deep reasoning
  • For faster responses, use gpt-5.6-luna or gpt-5.6-terra with a low reasoning level