Overview

Models

Compare Diffio models and choose the right balance of speed and clarity.

Diffio offers three speech restoration models, each tuned for a different balance of speed, cost, and clarity. Choose a model for every generation, and run multiple generations on the same project to compare results.

Model lineup

Use the model id in the SDK model field or call the matching REST endpoint. Each model focuses on speech, with different performance and fidelity targets.

Diffio 2.0 Flash

diffio-2-flash

Fast

Fastest turnaround for previews and quick cleanups.

Best for: Rapid previews, high volume queues.

  • Low latency option for high volume queues.
  • Great for rapid iterations and early reviews.
  • Balanced cleanup for shorter clips.

Diffio 2.0

diffio-2

Balanced

Reliable baseline model for consistent cleanup.

Best for: Production cleanup with balanced speed and fidelity.

  • Steady results for interviews and podcasts.
  • Good balance of speed and quality.
  • Stable output across large batches.

Diffio 3.4

diffio-3.4

Best

Best quality reconstruction for demanding speech.

Best for: Critical clarity work and detailed transcripts.

  • Improved clarity in noisy rooms.
  • Sharper consonants and tighter detail.
  • Stronger alignment for transcript review.

Choosing a model

Start with a fast preview, then move to higher fidelity for final delivery. Keep the same project and create a new generation each time you change models.

  • diffio-2-flash for rapid previews or high volume queues.
  • diffio-2 for balanced speed and clarity when throughput matters.
  • diffio-3.4 for the highest clarity on noisy or distant speech.
Plan access

Diffio 2.0 and Diffio 3.4 require a paid plan. Review billing details for plan options.

Endpoint mapping

Model ids map to specific generation endpoints. Use these paths when calling the REST API directly.

Model idLabelEndpoint
diffio-2-flashDiffio 2.0 FlashPOST /v1/diffio-2.0-flash-generation
diffio-2Diffio 2.0POST /v1/diffio-2.0-generation
diffio-3.4Diffio 3.4POST /v1/diffio-3.4-generation

Next steps