Skip to main content
July 1, 2026
Workspace picker and presigned uploads for MCP

Choose a workspace when connecting to MCP

The MCP OAuth consent screen now includes a Workspace picker. When your client asks you to sign in to Krea, you’ll see every workspace you belong to and can pick which one this MCP session runs against.
  • The selected workspace is bound to the OAuth session and determines where compute units are billed and where uploaded assets are saved.
  • Your default workspace is pre-selected — switch it if you want the session to run somewhere else (for example, a shared studio workspace instead of your personal one).
  • To rebind, disconnect Krea in your MCP client and reconnect. Legacy sessions without an explicit binding continue to fall back to your default workspace.
See MCP authentication for the full flow.

Upload local files through MCP with get_upload_url

The MCP upload flow now uses presigned URLs. The new get_upload_url tool returns a short-lived URL that your client POSTs the file to as multipart/form-data, and the response contains an asset URL you can pass straight into a generate call.
  • Presigned URLs are valid for three hours — plenty of time for a client to stream the file up before generating.
  • If your file is already reachable at a public URL, or you can encode it as a base64 data URI, skip the upload and pass that value directly instead.
See Uploading a local file with get_upload_url for a walkthrough.

Media URL inputs are consistent across the API

Every endpoint that accepts a media URL now takes the same three forms interchangeably — an external URL, a base64 data URI, or an uploaded asset URL from POST /assets or MCP’s get_upload_url. The API reference now calls this out up front so you can pick whichever fits your workflow.See Media URL inputs in the API reference introduction.
June 23, 2026
Krea 2 open weights and technical report

Krea 2 Raw and Krea 2 Turbo open weights

Krea 2 is now open-weights. We’ve released Raw and Turbo checkpoints under a permissive license, alongside a full technical report covering data, architecture, training, and infrastructure.
  • Krea 2 Raw — the base text-to-image foundation model focused on aesthetic range and creative control.
  • Krea 2 Turbo — the distilled variant for fast generation, compatible with style references, moodboards, and LoRAs.
  • Weights are on Hugging Face and inference code is on GitHub.
  • Read the full Krea 2 Technical Report for details on the multi-stage training pipeline, prompt expander, and style-reference system.
You can still run Krea 2 hosted in the Image tool or call it through the Krea 2 API.Krea 2 Technical Report
June 19, 2026
External URLs and data URIs for reference images

Pass reference images by URL or data URI

You can now provide reference and source images without uploading them to /assets first. Image-to-image, image-to-video, and Krea 2 style transfer endpoints accept three formats interchangeably:
  • An asset URL returned from POST /assets.
  • A public external URL pointing to the image.
  • A base64 data URI (for example, data:image/jpeg;base64,...) for fully inline payloads.
This makes one-shot scripts and quick experiments simpler — no upload step required. The asset upload flow is still recommended for images you reuse often.See image-to-image, image-to-video, and Krea 2 style transfer for examples in Node.js, Python, cURL, and Go.
June 19, 2026
Organizations for enterprise

Organizations in private beta for enterprise

Organizations are now in private beta for enterprise customers. An Organization sits above your workspaces and centralizes billing, members, verified domains, and Single Sign-On under one enterprise account.
  • Owner, Admin, and Member roles at the organization level, separate from workspace roles.
  • Organization dashboard for Owners and Admins to create workspaces, invite members, assign roles, and manage access in one place.
  • Domain verification unlocks Domain Capture (auto-enroll users with matching email addresses) and is a prerequisite for SAML SSO.
  • SAML Single Sign-On so your team signs in with your identity provider.
  • Model Access Controls (Business and Enterprise) to restrict which AI models are available to members using allowlist or blocklist modes.
Start with Organizations, then see Managing your organization, Domain verification, SAML SSO setup, and Model access controls. Contact sales to join the beta.
June 16, 2026
Zero Data Retention for Krea 2

Zero Data Retention available for Krea enterprise API

Zero Data Retention is now available for enterprise API customers. Send the X-Api-Zero-Data-Retention: 1 header on a request and Krea won’t persist your prompt or generation after it’s returned.
  • Supported on krea-2/medium, krea-2/large, and krea-2/medium-turbo.
  • Any reference images (for example style references) must be passed as data URIs — remote URLs aren’t supported under ZDR.
  • Contact support@krea.ai to enable ZDR on your workspace.
See Zero Data Retention for the full request format.
June 13, 2026
OAuth sign-in for MCP

OAuth sign-in for the Krea MCP server

Sign in to the Krea MCP server with OAuth. You can now connect MCP-compatible clients to Krea without creating an API key — just point your client at https://api.krea.ai/mcp and complete the browser sign-in.
  • Works out of the box with Claude Code, Codex, Cursor, and other clients that support OAuth.
  • API token authentication is still supported for clients that don’t speak OAuth.

MCP billing now follows your auth method

Clearer billing for MCP usage. MCP requests are now billed based on how you authenticate:
  • OAuth — usage is charged to your Krea account’s compute units.
  • API token — usage is charged to your workspace’s API balance, same as direct API calls.
See MCP for setup and troubleshooting, and API keys and billing for details on the API balance.
June 13, 2026
Generative sliders for Krea 2

Generative sliders land in the Krea 2 API

Generative sliders for Krea 2 are now available on the API. Three new fields — intensity, complexity, and movement — let you steer the visual character of a Krea 2 generation without changing your prompt.
  • Each slider takes an integer from −100 to 100, with 0 as neutral.
  • intensity controls how stylized the image feels, complexity controls how dense the composition is, and movement controls pose energy and implied camera motion.
  • Supported on all Krea 2 variants: krea-2/medium, krea-2/large, and krea-2/medium-turbo.
  • Sliders don’t change the cost of a generation and compose cleanly with style transfer and moodboards.
See the generative sliders reference for examples and recommended starting points.
June 4, 2026
Introducing Krea 2 Turbo

Introducing Krea 2 Turbo

Introducing Krea 2 Turbo. Generate high-quality images in just 2 seconds with a faster Krea 2 experience, compatible with style references, moodboards, and LoRAs.
June 3, 2026
Ideogram v4.0 is now available in Krea

Ideogram v4.0 is now available in Krea

Ideogram v4.0 is now available in Krea, with 2K native resolution, excellent text rendering, and support for JSON prompts.
June 2, 2026
Krea 2 on Artificial Analysis

Krea 2 on Artificial Analysis

Krea 2 is now listed on Artificial Analysis, ranking as the #1 image model from an independent research lab and #6 globally on the text-to-image leaderboard.
June 1, 2026
Krea 2 LoRAs are available to everyone

Krea 2 LoRAs are available to everyone

Krea 2 LoRAs are now available to everyone. Create and use custom LoRA styles with Krea 2 directly in Krea.Krea 2 LoRAs
May 28, 2026
Moodboard Gallery + Random and Auto
Introducing Moodboard Gallery. We added thousands of new moodboards in our gallery for you to explore and generate with Krea 2.
May 21, 2026
Krea 2 LoRA training is here

Krea 2 LoRA training is here

Train your own Krea 2 LoRA from a small set of images and use it directly in the Image tool. Capture a style, character, or object once and reuse it across every generation.
May 19, 2026
Krea 2 deep dive

Krea 2 deep dive

A new walkthrough of Krea 2 — how to use style references, build moodboards, and prompt for the results you want.
May 18, 2026
Krea 2 is live for everyone

Krea 2 is live for everyone

Krea 2 is now available to everyone. To celebrate, we’re offering unlimited Krea 2 generations to all subscribers for the entire week.
May 15, 2026
K2 is now available for Pro

K2 is now available for Pro

Krea 2 (K2), our new in-house image model, is now available to all Pro users. K2 was built for creative range — strong on illustration, painterly looks, manga, anime, VHS, and word marks, on top of photorealism. Open the image tool, pick Krea 2 Large or Krea 2 Medium, and start generating.K2 for ProTry Krea 2 now
May 15, 2026
Style refs in the gallery + arrow navigation
Style references are now visible and one-click copyable directly from the gallery. Spot a look you like? Grab its sref instantly and reuse it in your next generation.
May 14, 2026
A new gallery feed
The gallery has a fresh feed experience. Browse community creations in a smoother, faster layout designed to help you discover inspiration and remix what catches your eye.
May 13, 2026
Moodboard Sharing

Moodboard Sharing

Share your Krea 2 moodboards with anyone via a public link. From the Moodboards page, right-click any moodboard and select Share to open the sharing dialog.

How it works

  • Click Create public link to generate a shareable URL (krea.ai/moodboards?s=…)
  • Recipients can generate using your moodboard, but not edit it
  • A Link sharing toggle lets you enable/disable access at any time (shows the date shared)
  • Copy the link to clipboard with one click
May 12, 2026
Krea 2 is here

Krea 2 is here

Krea 2 is here. Our first foundation image model built completely from scratch, focused on aesthetics and creative control.Most image models are good at understanding what you want in an image. Krea 2 is built around the second part: how you want it to look. It can render a wide range of styles, from grainy film photography to clean studio shots, cinematic stills, illustrations, digital paintings, and more experimental directions.
April 16, 2026
Introducing Seedance Effects

Introducing Seedance Effects

Apply motion and style effects to any video in one click. Open the video tools, hit “add effects” to browse the library, and use the suggested tags in your prompt.
April 14, 2026
Compare models side by side

Compare models side by side

Turn on Multiple Models in the image tool to generate with several models from the same prompt and settings, then compare results side by side. Pick the model that nails the look you want.