OpenAI

OpenAI is the default reference LLM path for polish quality and compatibility.

Official Documentation

Get API Key

  1. Create API key in OpenAI platform.
  2. Enable billing for sustained usage.
  3. Store key securely.

Configure in OpenTypeless

  1. Settings > AI Polish > Provider: OpenAI.
  2. API Key: your OpenAI key.
  3. Model: gpt-4o-mini (recommended baseline).
  4. Base URL: https://api.openai.com/v1.
  5. Run Test.

Recommended Configuration

OpenTypeless sends OpenAI-compatible /chat/completions requests.

Provider: openai
Base URL: https://api.openai.com/v1
Endpoint: /chat/completions
Auth header: Authorization: Bearer <OPENAI_API_KEY>
Default model: gpt-4o-mini

Operational Tip

💡
Use gpt-4o-mini for daily dictation polish, then scale up only if your workflow requires heavier rewrite quality.