Sypha AI Docs
Provider config

OpenAI

Learn how to configure and use official OpenAI models with Sypha.

Sypha enables accessing models directly via the official OpenAI API.

Website: https://openai.com/

Getting an API Key

  1. Sign Up/Sign In: Navigate to the OpenAI Platform. You'll need to establish an account or authenticate if you already possess one.
  2. Navigate to API Keys: After logging in, proceed to the API keys section of your account.
  3. Create a Key: Select "Create new secret key". It's advisable to assign your key a meaningful name (e.g., "Sypha API Key").
  4. Copy the Key: Critical: Capture the generated API key right away. For security purposes, OpenAI will not display it to you again. Preserve this key in a safe and secure location.

Supported Models

Sypha works with a range of OpenAI models, including but not limited to:

  • 'o3'
  • o3-mini (medium reasoning effort)
  • 'o4-mini'
  • o3-mini-high (high reasoning effort)
  • o3-mini-low (low reasoning effort)
  • o1
  • o1-preview
  • o1-mini
  • gpt-4o
  • gpt-4o-mini
  • 'gpt-4.1'
  • 'gpt-4.1-mini'

For the latest list of accessible models and their features, please consult the official OpenAI Models documentation.

Configuration in Sypha

  1. Open Sypha Settings: Select the settings gear icon (⚙️) within the Sypha panel.
  2. Select Provider: Pick "OpenAI" from the "API Provider" dropdown menu.
  3. Enter API Key: Insert your OpenAI API key into the "OpenAI API Key" field.
  4. Select Model: Pick your preferred model from the "Model" dropdown list.
  5. (Optional) Base URL: If you need to employ a proxy or a custom base URL for the OpenAI API, you can input it here. Most users will not need to modify this from the default.

Tips and Notes

  • Pricing: Be certain to examine the OpenAI Pricing page for comprehensive information on the costs related to different models.
  • Azure OpenAI Service: If you are seeking to use the Azure OpenAI service, please note that particular documentation for Azure OpenAI with Sypha may be located separately, or you might need to configure it as an OpenAI-compatible endpoint if such functionality is supported by Sypha for custom configurations.

On this page