Claude Opus 5 is now live on CometAPI โ†’
H

bria/increase-resolution

Input:$60/M
Output:$240/M
Released:Oct 1, 2025
Commercial Use

Technical Specifications of bria/increase-resolution

PropertyDetails
Model IDbria/increase-resolution
ProviderBria
CategoryImage editing / image upscaling
Primary functionIncrease the resolution of an input image while preserving original content
Input typesPublic image URL or Base64-encoded image
Accepted formatsJPEG, JPG, PNG, WEBP
Supported color modesRGB, RGBA, CMYK
Output behaviorUpscaled image with preserved content, without generative regeneration
Resolution multipliers2x or 4x
Maximum output areaUp to 8192 ร— 8192 pixels total area
Alpha handlingOptional transparency preservation via preserve_alpha
Processing modeSupports asynchronous by default; synchronous mode also available
AuthenticationAPI token in request headers
ModerationInput and output image moderation supported

What is bria/increase-resolution?

bria/increase-resolution is Briaโ€™s image upscaling model endpoint for increasing image resolution without reimagining or regenerating the underlying content. Bria describes this route as a dedicated increase-resolution capability that preserves the original image rather than adding newly invented details, which makes it suitable for workflows that need cleaner enlargement with predictable visual fidelity.

This model is part of Briaโ€™s broader Image Editing API suite, which includes task-specific endpoints for operations such as expansion, background editing, masking, and erasing. Within that lineup, bria/increase-resolution is the specialized option for straightforward upscaling.

Because Bria distinguishes this route from its separate โ€œEnhance Imageโ€ endpoint, bria/increase-resolution is best understood as a preservation-first super-resolution tool: it enlarges the image resolution using a dedicated upscaling method, while the enhancement route is the one intended to regenerate richer textures or add visual richness.

Main features of bria/increase-resolution

  • Resolution upscaling: Upscales input images by supported multipliers of 2x or 4x, giving developers a simple path to higher-resolution outputs for existing assets.
  • Content-preserving behavior: Designed to preserve the original image content instead of regenerating or creatively altering it, which is useful for brand-sensitive and deterministic image pipelines.
  • Large output support: Supports upscaling up to a maximum total output area of 8192 ร— 8192 pixels, allowing high-resolution delivery for many production use cases.
  • Flexible input ingestion: Accepts either publicly accessible image URLs or Base64-encoded image payloads, making it easy to integrate with both hosted-media and direct-upload workflows.
  • Broad format compatibility: Works with JPEG, JPG, PNG, and WEBP inputs, while Briaโ€™s endpoint documentation also notes constraints around supported file/color modes and 415 responses for unsupported cases.
  • Transparency preservation: Includes a preserve_alpha option so images with alpha channels can retain transparent and partially transparent pixels in the output.
  • Async-friendly processing: Supports asynchronous processing by default, returning a status URL for tracking long-running jobs, while also offering synchronous mode when needed.
  • Built-in moderation controls: Bria documents both input-image and output-image moderation for this route, helping teams enforce safer production usage.

How to access and integrate bria/increase-resolution

Step 1: Sign Up for API Key

To access the bria/increase-resolution API, first create an account on CometAPI and generate your API key from the dashboard. After signing in, store the key securely as an environment variable such as COMETAPI_API_KEY. This key will be used to authenticate all requests to bria/increase-resolution.

Step 2: Send Requests to bria/increase-resolution API

Use CometAPI's Bria-compatible endpoint at POST /bria/image/edit/increase-resolution.

curl https://api.cometapi.com/bria/image/edit/increase-resolution \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "prompt": "A paper boat floating on calm water at sunrise.",
    "num_results": 1
  }'

Step 3: Retrieve and Verify Results

The API returns a task ID. Poll GET /bria/{task_id} to check processing status and retrieve the output image URL when complete.

Pricing for bria/increase-resolution

Explore competitive pricing for bria/increase-resolution, designed to fit various budgets and usage needs. Our flexible plans ensure you only pay for what you use, making it easy to scale as your requirements grow. Discover how bria/increase-resolution can enhance your projects while keeping costs manageable.

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Input:$60/M
Output:$240/M
Input:$75/M
Output:$300/M
-20%

Sample code and API for bria/increase-resolution

Access comprehensive sample code and API resources for bria/increase-resolution to streamline your integration process. Our detailed documentation provides step-by-step guidance, helping you leverage the full potential of bria/increase-resolution in your projects.