Scrydon
Vendor Catalog

OpenAI

GPT family LLM, embeddings, image / video generation, STT, TTS, vision

Vendor ID: openai · Maturity: preview · openai.com · Docs · Categories: AI

OpenAI AI models and APIs including GPT and DALL-E. The LLM speaks openai-chat-v1, which is also the canonical wire protocol for any OpenAI-compatible vendor.

Auth

CredentialNotes
apiKeyOpenAI API key. Sent as Authorization: Bearer <key>.

Products

OpenAI (root product)

ID: openai:openai — exposes embeddings and the image-generator entry point at the vendor root.

Image Generator

ID: openai:image-generator — DALL-E and successor models for image generation. Powers the Image capability runtime.

Speech-to-Text

ID: openai:stt — Whisper-family transcription. Contributes the STT capability.

Text-to-Speech

ID: openai:tts — voice synthesis. Contributes the TTS capability.

Video Generator

ID: openai:video-generator — video generation. Contributes the Video capability.

Vision

ID: openai:vision — image analysis (description, OCR, structured extraction). Used by the Agent block when the selected model is vision-capable.

Capabilities

CapabilityDefault modelWire protocol
LLMgpt-5.4openai-chat-v1
Embeddingper embeddings product
Imageper image-generator product
STTper stt product
TTSper tts product
Videoper video-generator product
OCR / Visionper vision product

All capabilities resolve through the integration registry. The Agent / Router / Evaluator blocks never reference openai by name.

On this page

On this page