Skip to main content

OpenAI

OpenAI is supplementary in Jorv Builder. Anthropic remains the brain by default; OpenAI unlocks:

  • Voice input (Whisper STT)
  • Voice output (TTS via OpenAI's voice models)
  • Image generation (DALL-E / GPT-Image)
  • Optional drone routing (Sonnet alternatives like GPT-4o-mini for cheap parallel work)

What Jorv Builder does with OpenAI

  • Sends recorded audio chunks to audio/transcriptions (Whisper) for voice input
  • Optionally sends drone tool-use requests to GPT models
  • Optionally generates images via the Images API

Jorv Builder never sends your project's source files to OpenAI unless you explicitly route a drone or audit there. Voice input audio is sent to OpenAI for transcription only.

Setup

See How-to: Configure OpenAI.

Related