YepAPI

Command Palette

Search for a command to run...

MiniMaxText to Speech/v1/media/queue

MiniMax Speech 2.8 HD

MiniMax Speech 2.8 HD text to speech — premium high-fidelity speech, billed on input length.

MiniMax's premium speech tier and the highest-fidelity text-to-speech model on YepAPI. Accepts arbitrary MiniMax voice IDs rather than a fixed catalogue.

No credit card required. Takes 30 seconds.

2,400+

Developers

1.2M+

API calls served

100+

Endpoints

$0.01

Per call

Yep, that's it.

Playground coming soon — use the API endpoint directly with your API key.

Pricing

Per character: $0.2110/1K chars

Endpoint

/v1/media/queue

Strengths

Highest fidelity available

The premium tier of MiniMax's speech family — the best-sounding model on the platform.

Arbitrary voice IDs

Any voice you have provisioned with MiniMax can be named directly; you are not limited to a published list.

Multilingual

Broad language coverage in one model.

Explicit voice required

There is no provider default — always pass a voice.

Quick start

Copy this snippet and start making calls with MiniMax Speech 2.8 HD.

// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "model": "minimax/speech-2.8-hd",
    "prompt": "In the summer of nineteen sixty-nine, three men left the planet in a machine with less computing power than a modern doorbell.",
    "options": {
      "voice": "English_expressive_narrator"
    }
  }),
});
const { data } = await res.json();
const jobId = data.jobId;

// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
  headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }

Why use MiniMax Speech 2.8 HD through YepAPI?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

MiniMax Speech 2.8 HD API — premium AI speech

MiniMax Speech 2.8 HD is the premium tier of MiniMax's speech family and the highest-fidelity text-to-speech model on YepAPI.

It accepts arbitrary MiniMax voice IDs rather than a fixed catalogue, so any voice you have provisioned with MiniMax can be named directly. Billed at $0.2110 per 1,000 characters.

Start generating in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

MiniMax's premium speech tier and the highest-fidelity text-to-speech model on YepAPI. Accepts arbitrary MiniMax voice IDs rather than a fixed catalogue.

Pricing for MiniMax Speech 2.8 HD through YepAPI is based on usage. No monthly minimums — you only pay for what you use.

Sign up for a free API key, then send requests to the /v1/media/queue endpoint.

Ready to use MiniMax Speech 2.8 HD?

$5 free credit on signup. No credit card required. Pay per call.

Explore more models