Skip to content

Provider & API Setup

TransFlex supports multiple top-tier AI providers. Because of the BYOK (Bring Your Own Key) model, your API keys remain on your machine, never touching our servers.

  1. Go to the OpenAI Platform.
  2. Click Create new secret key.
  3. Copy the generated key (it starts with sk-...).
  4. In TransFlex, open Settings > Providers.
  5. Select OpenAI.
  6. Paste your key and click Save.
  7. Choose your default model (e.g. gpt-4o or gpt-4o-mini).
  1. Navigate to the Anthropic Console.
  2. Click Create Key.
  3. Copy the token (starts with sk-ant-api03-...).
  4. In TransFlex, select the Anthropic tab.
  5. Paste your token and click Save.
  6. Choose a model like claude-sonnet-4 or claude-haiku-4-5, and more.
  1. Visit Google AI Studio.
  2. Click Create API Key.
  3. Copy your token.
  4. Open TransFlex, select the Gemini tab, paste and Save.
  5. Recommended model: gemini-2.5-flash for high speed, or gemini-2.5-pro for reasoning, and more.

With a TransFlex Pro license, you can connect to local servers like Ollama or custom corporate API proxies.

  1. In TransFlex, open Settings > Providers > Custom.
  2. Click Add Custom Provider.
  3. Enter your Endpoint URL (e.g. http://localhost:11434/v1).
  4. If applicable, enter your Bearer token.
  5. Enter the model ID manually (e.g. llama3).
  6. Save and select it as your default provider.