Changelog
Segmind Release Notes (September 14–20, 2026)
Segmind updates for September 14 to 20, 2026: Anthropic's Claude 5 family (Opus 5, Sonnet 5, Fable 5.1) and a reasoning effort control that works the same way across 26 models.
1. New Models — Claude Opus 5, Sonnet 5, and Fable 5.1
- What's new: Anthropic's Claude 5 family is on the API.
claude-opus-5is the frontier model for coding, reasoning and agents;claude-sonnet-5is the most agentic Sonnet yet, with near-Opus coding and tool use;claude-fable-5.1is Anthropic's most capable model for coding, debugging and long-horizon reasoning. All three carry a 1M-token context window and think adaptively — the model decides how much reasoning a request needs, and you set the depth witheffort(below). Two API details worth knowing: these models accept onlytemperature: 1, so any other sampling temperature is dropped, and at higher effort levels the reply begins with athinkingblock, which meanscontent[0]is not the text — read the first block whosetypeistext. - Impact: Anthropic's newest models behind the same endpoint and key as everything else, with reasoning depth you control per request.
- Released: September 14, 2026
2. LLMs — Reasoning Effort Control
- What's new: An
effortparameter sets how hard a reasoning model thinks before it answers, using one vocabulary across providers:none,minimal,low,medium,high,xhigh,max. It is accepted on 26 models — Claude (Opus 5, Sonnet 5, Fable 5.1, Opus 4.7), OpenAI's reasoning models (o3, o3-mini, o4-mini, the GPT-5 family, GPT-6 Astra), Gemini 3.x, and Qwen 3.8 Max, GLM 5.2, MiniMax M3 and Nemotron 3 Ultra. Each model accepts the subset of levels it genuinely supports; those levels are listed on the model's API page and in its playground dropdown, and a level a model does not support is rejected with a message naming the ones it does, rather than being quietly downgraded.reasoning_effortis accepted as an alias. The control is also available on Pixelflow LLM nodes and appears in the code samples on every model's API page. - Impact: Trade depth against cost and latency per request instead of living with each provider's default — one field that behaves the same way whichever model you call. Thinking is billed as output tokens: the per-token rate is unchanged, but a higher level spends more of them, so the same prompt costs more at a higher level. Each model's pricing page says so.
- Released: September 14–15, 2026
Release Notes
New models, API features, and platform improvements on Segmind — summarized every week.
Segmind Release Notes (September 7–13, 2026)
Segmind updates for September 7 to 13, 2026: new GPT Image 2.5 Flare and Sunburst models, Pruna p-video-2 with native audio, the Imagen slugs moved to Gemini 2.5 Flash Image, a Seedance 2.0 Mini price cut, parsed structured output for LLM calls, the hosted MCP server landing page, Pixelflow copy and paste across workflows, clearer moderation errors, and console improvements.