Articles · Models & providers
Driving the Kition agent with GPT-5
GPT-5 is rock-solid on structured outputs and multi-step function calls. A great fit for OpenAI-native workflows.
Kition Team·Apr 27, 2026·1 min read
Setup cheat-sheet
- Wire: responses
- Common models:
gpt-5,gpt-5.1based on availability - Structured outputs (JSON schema) are first-class
- Hosted browsing tool may be available depending on your account
Tips
- Strict JSON schema → great for AI Field columns
- Multi-step function calls are very stable, perfect for chained tool tasks
- Have the agent output a "plan JSON" in plan mode — more reliable than freeform text
Related reading
Models & providers
OpenAI Responses vs Anthropic Messages: how to pick
Both wires are mature. The differences live in tool-call patterns, streaming preference, and pricing band.
Data tables
AI fields in practice: auto-fill columns from your data
An AI Field is a column whose value runs a prompt template — fills automatically as you edit other columns.
