Direct API integration
We call the model the same way we call Postgres. No wrapper SDK, no agent framework, no graph DSL. If you can read the OpenAI cookbook, you can read our code.
- OpenAI, Anthropic, Google, or local — your model choice
- TypeScript types from the API spec, not a third-party abstraction
- Retry, fallback, timeout logic written by us, owned by you
