> ## Documentation Index
> Fetch the complete documentation index at: https://na-36-changelog-go-livepeer-2026-05-18.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing and rate limits

> Livepeer Studio pricing tiers, transcoding costs, AI inference pricing, and rate limit configuration for developers.

export const CenteredContainer = ({children, maxWidth = "800px", padding = "0", preset = "default", width = "", minWidth = "", marginRight = "", marginBottom = "", textAlign = "", style = {}, className = "", ...rest}) => {
  const presets = {
    default: {},
    fitContent: {
      width: "fit-content",
      minWidth: "fit-content"
    },
    readable70: {
      width: "70%",
      minWidth: "fit-content"
    },
    readable80: {
      width: "80%",
      minWidth: "fit-content"
    },
    readable90: {
      width: "90%"
    },
    wide900: {
      maxWidth: "900px"
    }
  };
  const presetStyle = presets[preset] || presets.default;
  return <div className={className} style={{
    maxWidth: presetStyle.maxWidth || maxWidth,
    margin: "0 auto",
    padding: padding,
    ...presetStyle.width ? {
      width: presetStyle.width
    } : {},
    ...presetStyle.minWidth ? {
      minWidth: presetStyle.minWidth
    } : {},
    ...width ? {
      width
    } : {},
    ...minWidth ? {
      minWidth
    } : {},
    ...marginRight ? {
      marginRight
    } : {},
    ...marginBottom ? {
      marginBottom
    } : {},
    ...textAlign ? {
      textAlign
    } : {},
    ...style
  }} {...rest}>
      {children}
    </div>;
};

export const CustomDivider = ({color = "var(--lp-color-border-default)", middleText = "", spacing = "default", style = {}, className = "", ...rest}) => {
  const spacingPresets = {
    default: {
      margin: "24px 0"
    },
    overlap: {
      margin: "-1rem 0 -1rem 0"
    },
    tight: {
      margin: "0 0 -1rem 0"
    },
    section: {
      margin: "0 0 -2rem 0"
    },
    sectionOverlap: {
      margin: "-1rem 0 -2rem 0"
    },
    deepOverlap: {
      margin: "-1rem 0 -1.5rem 0"
    }
  };
  const spacingStyle = spacingPresets[spacing] || spacingPresets.default;
  return <div role="separator" aria-orientation="horizontal" className={className} style={{
    display: "flex",
    alignItems: "center",
    ...spacingStyle,
    fontSize: style?.fontSize || "16px",
    height: "fit-content",
    ...style
  }} {...rest}>
      <span style={{
    marginRight: "var(--lp-spacing-px-8)",
    opacity: 0.2
  }}>
        <Icon icon="/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg" />
      </span>
      <div style={{
    flex: 1,
    height: "1px",
    background: "var(--lp-color-border-default)",
    opacity: 0.4
  }}></div>
      {middleText && <>
          <Icon icon="circle" size={2} />
          <span style={{
    margin: "0 8px",
    fontWeight: "bold",
    color: color,
    opacity: 0.7
  }}>
            {middleText}
          </span>
          <Icon icon="circle" size={2} />
        </>}
      <div style={{
    flex: 1,
    height: "1px",
    background: "var(--lp-color-border-default)",
    opacity: 0.4
  }}></div>
      <span style={{
    marginLeft: "var(--lp-spacing-px-8)",
    opacity: 0.2
  }}>
        <span style={{
    display: "inline-block",
    transform: "scaleX(-1)"
  }}>
          <Icon icon="/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg" />
        </span>
      </span>
    </div>;
};

export const TableCell = ({children, align = "left", header = false, style = {}, className = "", ...rest}) => {
  const Component = header ? "th" : "td";
  return <Component className={className} style={{
    padding: "0.75rem 1rem",
    textAlign: align,
    border: header ? "none" : "1px solid var(--lp-color-border-default)",
    ...style
  }} {...rest}>
      {children}
    </Component>;
};

export const TableRow = ({children, header = false, hover = false, style = {}, className = "", ...rest}) => {
  const rowId = `table-row-${Math.random().toString(36).substr(2, 9)}`;
  return <>
      {hover && <style>{`
          #${rowId}:hover {
            background-color: var(--lp-color-bg-card);
          }
        `}</style>}
      <tr id={rowId} className={className} style={{
    ...header && ({
      backgroundColor: "var(--lp-color-accent-strong)",
      color: "var(--lp-color-on-accent)",
      fontWeight: "bold"
    }),
    ...style
  }} {...rest}>
        {children}
      </tr>
    </>;
};

export const StyledTable = ({children, variant = "default", style = {}, className = "", ...rest}) => {
  const wrapperVariants = {
    default: {
      border: "1px solid var(--lp-color-border-default)",
      backgroundColor: "var(--lp-color-bg-card)",
      overflow: "hidden"
    },
    bordered: {
      border: "2px solid var(--lp-color-accent)",
      backgroundColor: "var(--lp-color-bg-page)",
      overflow: "hidden"
    },
    minimal: {
      border: "none",
      backgroundColor: "transparent",
      overflow: "visible"
    }
  };
  return <div data-docs-styled-table-shell className={className} style={{
    width: "100%",
    padding: 0,
    margin: 0,
    ...wrapperVariants[variant],
    ...style
  }} {...rest}>
      <table data-docs-styled-table style={{
    width: "100%",
    borderCollapse: "collapse",
    borderSpacing: 0,
    margin: 0,
    backgroundColor: "transparent"
  }}>
        {children}
      </table>
    </div>;
};

<CenteredContainer preset="readable90">
  <Tip>The free tier covers development and small-scale testing. Production applications require the Growth tier or above. AI inference pricing is set by orchestrators and not fixed by Studio.</Tip>
</CenteredContainer>

***

<CustomDivider middleText="Studio Pricing Tiers" />

## Studio pricing tiers

<StyledTable variant="bordered">
  <thead>
    <TableRow header>
      <TableCell header>Tier</TableCell>
      <TableCell header>Monthly</TableCell>
      <TableCell header>Transcoding</TableCell>
      <TableCell header>Concurrent viewers</TableCell>
      <TableCell header>Storage</TableCell>
    </TableRow>
  </thead>

  <tbody>
    <TableRow>
      <TableCell>**Free**</TableCell>
      <TableCell>\$0</TableCell>
      <TableCell>1,000 min/month included</TableCell>
      <TableCell>30</TableCell>
      <TableCell>Included</TableCell>
    </TableRow>

    <TableRow>
      <TableCell>**Growth**</TableCell>
      <TableCell>$100 minimum</TableCell>       <TableCell>$0.33 per 60 min transcoded (after included)</TableCell>
      <TableCell>50,000</TableCell>
      <TableCell>Included</TableCell>
    </TableRow>

    <TableRow>
      <TableCell>**Enterprise**</TableCell>
      <TableCell>\$2,500 (annual commit)</TableCell>
      <TableCell>Custom</TableCell>
      <TableCell>Custom (SLA-backed)</TableCell>
      <TableCell>Custom</TableCell>
    </TableRow>
  </tbody>
</StyledTable>

Current pricing is confirmed at [https://livepeer.studio/pricing](https://livepeer.studio/pricing). The table above reflects pricing as of April 2026.

<CustomDivider middleText="AI Inference Pricing" />

## AI inference pricing

AI inference cost is **orchestrator-set**, not fixed by Studio. Orchestrators set their own prices per pipeline. The Studio-managed gateway routes to the cheapest available orchestrator by default.

The indicative rate for text-to-image inference is approximately **\$0.019 per megapixel of output** (illustrative -- actual rates vary by orchestrator and network conditions).

**Cost estimation example (text-to-image at 1024x1024):**

* Output area: 1,024 x 1,024 = 1,048,576 pixels = \~1.05 megapixels
* At $0.019/MP: approximately $0.020 per image
* At 1,000 images/day: approximately \$20/day

Check your actual costs in the Studio billing dashboard after the first week of production traffic. AI inference costs appear as a line item separate from transcoding costs.

<CustomDivider middleText="Rate Limits" />

## Rate limits

Rate limits are per API key and enforced by the Studio gateway. Limits are visible in the Studio dashboard under **Settings > API Keys > \[key name] > Rate Limits**.

Default limits by tier:

* **Free:** Lower request/minute limits; not suitable for sustained load
* **Growth:** Standard production limits; sufficient for most applications
* **Enterprise:** Custom limits by agreement

When a rate limit is exceeded, the API returns `429 Too Many Requests`. Implement exponential backoff in your retry logic to handle `429` responses gracefully.

Rate limit headers are included in every response:

```
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 42
X-RateLimit-Reset: 1712345678
```

<CustomDivider middleText="Credits" />

## Streaming credits

Studio offers streaming credits for qualifying projects (open-source, non-profit, hackathon participants). Apply via the Studio dashboard or by contacting [support@livepeer.org](mailto:support@livepeer.org).

Credit allocation is at Livepeer's discretion and subject to review.

<CustomDivider />

## Related pages

<CardGroup cols={2}>
  <Card title="AI Production Checklist" icon="list-check" href="/v2/developers/guides/ai/production-checklist">
    Cost estimation, monitoring, and launch readiness for AI applications.
  </Card>

  <Card title="APIs" icon="plug" href="/v2/developers/resources/reference/apis">
    Full endpoint reference and OpenAPI spec.
  </Card>
</CardGroup>
