Skip to content
AI & MLReal-timeUpdated May 2026

OpenAI

Drop chat, embeddings, vision, voice into any workflow

OpenAI is a utility layer on Tiny Command, no triggers, just sixteen high-leverage actions that other workflows reach for the moment they need intelligence. Chat Completion and Chat with Tools handle conversational responses and function calling. Create Embedding produces vectors for similarity search. Analyze Image, Generate Speech, and Transcribe Audio handle the modalities beyond text. Moderate Text protects user-facing surfaces from policy violations. Create Batch and Get Batch unlock the 50%-cheaper async pricing for non-realtime workloads, and Create Vector Store gives you a managed embedding store for retrieval-augmented workflows. Model selection (gpt-4o, gpt-4o-mini, o1, o3) and temperature/max-tokens are exposed on every action, so a single workflow can route different stages to different model tiers. The connection uses your own OpenAI API key, so token usage shows up in your OpenAI dashboard the same way it would for a direct API call.

0triggers
16actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything OpenAI can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Analyze ImageAnalyzes an image using GPT-4o vision, accepting a URL or base64-encoded image plus a text prompt. Use for OCR, chart extraction, alt-text generation, or visual QA.
Chat CompletionSends a message and gets a response from an OpenAI chat model (gpt-4o, gpt-4o-mini, o-series, etc.). The standard chat-completion action; supports system prompts, temperature, and stop sequences.
Chat with ToolsChat completion with tool/function calling enabled. The model may return tool_calls instead of (or in addition to) text; you execute them and feed results back as tool messages for the next turn.
Create BatchSubmits a batch of OpenAI requests at a 50% cost discount with a 24-hour SLA. Requires an uploaded JSONL file id with one request per line. Perfect for bulk classification or embedding jobs.
Create EmbeddingGenerates vector embeddings for text using text-embedding-3-small or text-embedding-3-large. The de-facto embeddings default for RAG and semantic search.
Create Image (DALL-E)Generates images from a text prompt using DALL-E (or gpt-image-1). Supports size, quality, and style controls; returns a URL or base64-encoded image.
Create ResponseCreates a model response using OpenAI's Responses API, the unified endpoint that supersedes chat-completions for new use cases. Supports tools, vision, structured output, and file inputs in a single call.
Create Vector StoreCreates a vector store (used by the File Search tool in Responses/Assistants). OpenAI handles chunking, embedding, and indexing of any files you attach.
Delete FileDeletes a previously uploaded file from your OpenAI storage. Use to clean up after a batch job or to remove PII for compliance.
Edit ImageEdits an image with a prompt and optional mask using gpt-image-1 (or dall-e-2). Supports inpainting (mask defines the region to regenerate). Great for product retouching or asset variations.
Generate Speech (TTS)Converts text to speech audio using OpenAI's TTS models, returning audio bytes (mp3 by default). Supports multiple voices (alloy, echo, fable, onyx, nova, shimmer).
Get BatchRetrieves a batch by ID to check status (validating, in_progress, finalizing, completed, failed) and download the output_file_id when complete. Poll every few minutes.
List FilesLists all uploaded files in your OpenAI workspace with their purpose (assistants, batch, fine-tune) and size. Used for cleanup and audit.
List ModelsLists available OpenAI models with their IDs and ownership. Useful for surfacing a dynamic model picker.
Moderate TextChecks text against OpenAI's moderation endpoint for harmful content (hate, harassment, self-harm, sexual, violence), with per-category scores. Free to use; gate user-generated content with this.
Transcribe Audio (Whisper)Transcribes audio into text using OpenAI Whisper. Supports mp3, mp4, mpeg, mpga, m4a, wav, and webm; up to 25 MB per file. Also supports translation to English.
Recipes

Pre-built OpenAI workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect OpenAI once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every OpenAI field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the OpenAI integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect OpenAI to Tiny Command?
Open the Tiny Command workflow builder, drop in a OpenAI node, and click Connect. Authorize OpenAI once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What OpenAI triggers does Tiny Command support?
Tiny Command focuses on outbound actions for OpenAI today. Use Tiny Command's universal Webhook or Schedule trigger to start OpenAI workflows, then run any OpenAI action you need.
What OpenAI actions can I run from a workflow?
16 OpenAI actions are available out of the box, covering ai & ml operations like "Analyze Image". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the OpenAI integration real-time?
OpenAI actions execute synchronously inside your workflow. Tiny Command waits for OpenAI's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use OpenAI with Tiny Command?
No. Every OpenAI trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any OpenAI API endpoint directly.
How much does the OpenAI integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The OpenAI integration itself has no per-app surcharge.
Related

More ai & ml apps people connect.

Same category as OpenAI, ordered by how often teams pair them. Hover the carousel to pause.

Do more with OpenAI.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.