SegmindSegmind / Docs

Segmind Release Notes (June 1–7, 2026)

1. New Models — Ideogram 4, MAI Image 2.5, and TripoSPLAT (Image-to-3D)

  • What's new: Three new models are now available on Segmind: ideogram-4 (text-to-image), mai-image-2.5 (text-to-image), and triposplat (image-to-3D, which returns a 3D mesh as a .ply/.splat file).
  • Impact: More options for high-quality image generation, plus a new image-to-3D path — turn a single image into a downloadable 3D mesh you can drop straight into a 3D pipeline.
  • Released: June 6, 2026

2. PixelFlow: Dynamic Fan-Out and Asset Library in the Visual Editor

  • What's new: The PixelFlow editor on platform.segmind.com gained two upgrades. Dynamic fan-out lets a node emit an array and run the downstream steps once per element, then collect the results back together — with per-element bindings ({{ item }}, {{ index }}) and multi-input zipping. And asset library integration lets LLM nodes browse and reference assets you've saved, with an "Add to assets" action that saves generation outputs back to your library (with automatic metadata) and a streaming gallery view of results.
  • Impact: Build batch and iterative pipelines that loop over arrays natively, and reuse your own assets across a workflow without re-uploading — a big step up for multi-image and multi-step automations.
  • Released: June 2–7, 2026

3. Gemini Embedding 2: Multimodal Embeddings

  • What's new: gemini-embedding-2 now accepts image, audio, video, and PDF inputs in addition to text, all mapped into a single shared embedding space. A new generic file/files input lets one request mix multiple media types into a single aggregated vector, with the media type detected automatically.
  • Impact: Embed and compare content across modalities through one endpoint — existing text-only integrations keep working unchanged, and new modalities are opt-in by passing media in the input.
  • Released: June 3–5, 2026

4. GPT Image 2: Flexible Output Sizing

  • What's new: gpt-image-2 now accepts aspect-ratio presets (1:1, 3:2, 2:3, 4:3, 3:4, 16:9, 9:16) and validated custom width/height values, in addition to fixed pixel strings.
  • Impact: Pick the exact framing you need — square, portrait, landscape, widescreen, or vertical — or pass your own dimensions. Existing pixel-string requests keep working, and billing is unchanged (token-based and size-independent).
  • Released: June 2, 2026

5. HeyGen Avatar IV: Output Resolution Control

  • What's new: heygen-avatar-iv now exposes output resolution control — choose from resolution presets or pass custom width/height for the generated avatar video.
  • Impact: Tailor avatar video output dimensions to your use case instead of being limited to a single fixed size. Flat-priced, so there's no billing change.
  • Released: June 5, 2026

6. Website Playground: Real-Time Status, Cancel, and Refresh-Safe Runs

  • What's new: Model runs in the website playground now use async inference end to end. You see live status as a job moves through Submitting → Queued → Processing → Completed, can cancel an in-flight run, and in-progress runs survive a page refresh — across image, video, audio, and LLM models.
  • Impact: Long-running generations are no longer a black box. Track progress in real time, cancel runs you don't need, and reload the page without losing a job.
  • Released: June 5, 2026

On this page