Integrations

OpenAI

Use OpenAI models in GridWork HQ pipelines.

Connect GridWork HQ to your OpenAI account and use OpenAI models directly in pipelines. You provide your own API key and are billed by OpenAI.

Prerequisites

  • OpenAI account with API access
  • OpenAI API key

Connect to OpenAI

  1. Go to platform.openai.com/api-keys.
  2. Click Create new secret key.
  3. Copy the API key.
  4. In GridWork HQ, go to Settings > Integrations > OpenAI.
  5. Paste your API key into the field.
  6. Select your preferred default model (e.g., gpt-4o, gpt-4-turbo, gpt-3.5-turbo).
  7. Click Connect.

What It Enables

Once connected, LLM pipeline nodes can use your OpenAI key and models directly. You can:

  • Choose any OpenAI model available to your account.
  • Use GPT-4o for complex reasoning and instruction-following.
  • Use GPT-3.5-turbo for faster, lower-cost completions.
  • Pay OpenAI directly for token usage; GridWork does not add markup.

You are responsible for OpenAI API costs. GridWork passes your requests directly to OpenAI. Set spend limits in your OpenAI account to control costs.

Disconnect from OpenAI

  1. Go to Settings > Integrations > OpenAI.
  2. Click Remove or Disconnect.
  3. Revoke the API key in your OpenAI account at platform.openai.com/api-keys.

On this page