One schema. Four runtimes. Zero hand-mapping.
Schema Gateway compiles a single JSON Schema into ready-to-paste request payloads for OpenAI, Gemini, Anthropic, and Ollama. Use it locally for free, then move to the shared signed API when CI or multiple engineers need the same compiler surface.
schema-gateway compile \
--schema ./schema.json \
--target openai,gemini,anthropic,ollama \
--name extraction_result
POST /v1/compile.