krea
Krea: Krea 2 Medium
krea/krea-2-medium
Krea 2 Medium is Krea's balanced, cost-efficient image generation model and a practical starting point for a broad range of use cases. Its extensive post-training supports stable, consistent generations, with...
Provider-supported parameters
These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.
Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.
Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmub118f600bqr82gfwy6mwip:1
Image prices & options
Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.
Krea
| Usage | Unit | USD | Variant |
|---|
{
"seed": {
"type": "boolean"
},
"resolution": {
"type": "enum",
"values": [
"1K"
]
},
"aspect_ratio": {
"type": "enum",
"values": [
"1:1",
"4:3",
"3:2",
"16:9",
"4:5",
"2:3",
"9:16"
]
},
"input_references": {
"type": "range",
"min": 0,
"max": 1
}
}Make a request
Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.
curl --no-buffer https://api.jevrouter.io/v1/images \
-H "Authorization: Bearer $JEVROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d @- <<'JSON'
{
"model": "krea/krea-2-medium",
"prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
"n": 1,
"stream": true
}
JSONPlan your integration
Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.