Segmind Docs
WebsiteConsole
  • Segmind Developer Platform
    • Developer Quickstart
    • Key Concepts
    • Support
    • Authentication
    • Pricing and Billing
    • Flux Fine Tuning
      • Flux fine Tuning API
      • Flux Pro fine tuning API
      • Fine tuning GPU options
    • Webhooks
    • Teams
    • Account and Developer Settings
  • API Reference
    • Model Status
    • Rate Limits
    • Account and Billing APIs
    • Premium models
    • Monitoring
    • Logging
    • Random Seed
  • PixelFlow
    • Getting Started
    • PixelFlow Components
    • PixelFlow Operations
    • Templates
    • Workflow to API
  • Model Hub
  • Dedicated Endpoints
    • Getting started
    • Endpoint APIs
Powered by GitBook
On this page
  1. API Reference

Random Seed

Across Segmind platform, you can set the seed value to -1 to randomize the value for seed. This would instructs the system to automatically generate and use a random seed each time it runs. The random seed is also returned in the response header for reproducibility. This ensures that the output remains predictably different each time, providing fresh results and avoiding repetitive patterns that may arise from using a fixed seed.

This approach is particularly useful in situations where you need to vary seed parameter for model API, model playground (UI), pixelflow UI and pixelflow APIs.

PreviousLoggingNextPixelFlow

Last updated 2 months ago