Developers

Build on Simon with one OpenAI-compatible API

One endpoint for chat, voice, vision, and models — plus composable CAT workflows you call like any other model slug. Point your SDK at api.geniuspro.io and ship.

OpenAI-compatibleChatCATsVoice

api.geniuspro.io/v1 · same request shape as OpenAI

Choose how you build

Two paths on the same API

Direct API

Simon API

Drop-in OpenAI-compatible requests — chat, voice, vision, images, and routing to the best model per task.

  • Same request shape as OpenAI — change base URL only
  • Pin simon-says-* slugs or call frontier models directly
  • Realtime voice, TTS, transcription, and vision in one stack

Workflows

CAT pipelines

Compose multi-step pipelines in the dashboard and invoke them as cat:your-slug — with Tiger Mode for long-running agent runs.

  • Chain models, vision, and image gen without custom orchestration
  • Call workflows from any OpenAI-compatible client
  • Edit, version, and monitor from GeniusPro Platform

Pricing

Usage-based — pay per token

No seat fee for API-only usage — you pay for tokens consumed. Simon orchestrators bill at a tier rate whether GPT, Claude, or Gemini answers behind the slug.

T4

Flagship

$7.50/ 1M tokens

High-stakes work that justifies premium models.

Security audits, architecture, production review

T3

Pro

$4.38/ 1M tokens

Tasks where thinking depth changes the result.

Design, reasoning, multi-file code changes

T2

Standard

$1.00/ 1M tokens

Reliable conversation with multimodal input.

Chat, support bots, summaries, Q&A, image gen

T1

Budget

$0.30/ 1M tokens

High-volume coding and agent work. Simon defaults here.

Scripts, boilerplate, agents, bug fixes

T1–T4 tiers map to simon-says-* orchestrators. Direct provider slugs (claude-opus-4-8, gpt-5.5, etc.) bill at upstream pass-through rates listed in Platform and on /models.

Popular simon-says-* rates

USD per 1M tokens — input and output priced separately unless noted.

SlugTaskRate (USD)
simon-says-chatChat & Q&A$1.00 in · $6.00 out/ 1M
simon-says-codingQuick Code$0.30 in · $1.50 out/ 1M
simon-says-coding-balancedMulti-file Code$1.31 in · $7.88 out/ 1M
simon-says-agentsAgent Workflows$0.66 in · $2.55 out/ 1M
simon-says-coding-superArchitecture$2.63 in · $21.00 out/ 1M
simon-says-reasoningAnalysis & Math$4.38 in · $26.25 out/ 1M
simon-says-designCreative & Design$5.25 in · $26.25 out/ 1M
simon-says-coding-qualityCode Review$7.50 in · $37.50 out/ 1M
simon-says-imageImage Gen$0.07/image
simon-says-visionMachine Vision$0.01/image
simon-says-voice-standardVoice$9.00 in · $36.00 out/ 1M
simon-says-voice-qualityVoice Pro$96.00 in · $192.00 out/ 1M
simon-says-ttsText to Speech$1.80 in · $36.00 out/ 1M
simon-says-transcribeTranscription$9.00 in · $30.00 out/ 1M
Rates shown for common slugs. Image and per-unit modalities use per-request pricing. Billed through GeniusPro Platform — add credits or a card after you create a workspace.

Full model catalog & availabilityCompare vs direct provider pricing

Reference

Your first request

Works with the OpenAI SDK — set baseURL to api.geniuspro.io/v1 and use your GeniusPro API key from Platform.

Simon API

curl https://api.geniuspro.io/v1/chat/completions \
  -H "Authorization: Bearer $GENIUSPRO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "simon-says-chat",
    "messages": [{"role": "user", "content": "Hello, Simon."}]
  }'

CAT workflow

curl https://api.geniuspro.io/v1/chat/completions \
  -H "Authorization: Bearer $GENIUSPRO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cat:my-support-bot",
    "messages": [{"role": "user", "content": "Reset my password."}]
  }'

Python, Node, and any OpenAI-compatible client — point baseURL at api.geniuspro.io/v1. Full SDK guides live in the docs portal.

Use cases

What teams build on Simon

Simon API

AI-native products

Ship chat, copilots, and generative features without juggling multiple provider SDKs.

Auto-routing

Customer support bots

Route FAQs to budget models and escalations to premium ones — with automatic failover.

White Label

Agency resellers

White-label apps with per-client keys, usage dashboards, and branded domains.

CATs

Multi-step pipelines

Chain vision, reasoning, and image gen into one callable workflow slug.

Tiger Mode

Production agents

Long-running agents that retry on failure and pick up where they left off.

Full-stack AI

Voice + vision apps

Realtime voice, transcription, and multimodal input through the same API surface.

Enterprise-ready

Built for production workloads

No training on your data, PII scrubbed in logs, and US-hosted upstream providers — with full request telemetry in Platform.

No Training On Your Data

Your prompts pass through to the model you chose and nothing is used to train anyone's models — not ours, not the upstream provider's.

PII Scrubbed From Our Logs

Emails, phone numbers, SSNs, credit cards, IP addresses and API keys are masked before requests land in our logs and stored history.

Opt-In Edge Scrubbing

Send X-GP-Scrub-Prompt: true (or scrub_pii: true in the body) and PII is masked before the request ever reaches the upstream provider.

Security & complianceEnterprise & white label →

Start building

Get your API key in minutes

Create a workspace in Platform, generate a key, and point your OpenAI SDK at api.geniuspro.io/v1.

Get API key