For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
AcademyContact SalesHelp CenterDashboard
DocumentationAPI ReferenceIntegrationsAdministrationChangelog
DocumentationAPI ReferenceIntegrationsAdministrationChangelog
LogoLogo
AcademyContact SalesHelp CenterDashboard

Changelog

Stay up to date with the latest changes to Synthflow.
April 9, 2026
April 9, 2026
Was this page helpful?
Previous

April 7, 2026

Next
Built with

GPT-5.4, GPT-5.4 Mini, and GPT-5.4 Nano are now available

Three new OpenAI models are now available in the General Configuration AI Model selector and through the external API:

  • GPT-5.4 — OpenAI’s latest flagship model.
  • GPT-5.4 Mini — compact variant balancing performance and cost.
  • GPT-5.4 Nano — lightweight variant optimized for speed and cost.

You can also set these models via the API when creating or updating an agent:

1"agent": {
2 "llm": "gpt-5.4"
3}
EndpointTitle
POST /assistantsCreate an agent
PUT /assistants/:model_idUpdate an agent