Krea 2 Turbo API
価格: $0.0066 - 0.026(~ 0.45 - 1.8 credits) per image
本番ワークロード向けの安定したマネージドアクセスです。ダッシュボード請求、API キー管理、予測しやすい統合動作が必要な場合に適しています。
すべてのバージョンで同じ API エンドポイントを使用し、異なるのは model パラメータのみです。

履歴
最大20件0 実行中 · 0 完了
Krea 2 Turbo API の料金、Playground、統合
Krea 2 Turbo を online で 1K / 2K 出力としてテストし、その後 EvoLink unified API gateway で API key、credit、billing、usage tracking を統合します。

Pricing
| Model | Mode | Resolution | Price |
|---|---|---|---|
| Krea 2 Turbo | Image Generation | 1K | $0.0067/ image(0.45 Credits) |
| Krea 2 Turbo | Image Generation | 2K | $0.027/ image(1.8 Credits) |
If an upstream route is unavailable, EvoLink can use the next available option where fallback coverage exists, helping teams keep costs and operations predictable.
Krea 2 Turbo API を使用して何を構築できますか?
高忠実度のテキストから画像への変換
プロンプトから polished poster-style visual を生成します。Krea 2 Turbo は marketing asset、album cover、editorial concept、product-style image generation に向いています。

1K / 2K 出力ティア
リクエストごとに適切な tier を選択します。1K は低コストの反復、2K は高解像度の final asset 向けで、どちらも `quality` で制御します。

制作フォーマット向け 11 種類のアスペクト比
追加 crop なしで一般的な platform format を生成します。Krea 2 Turbo は 1:1、16:9、9:16、4:5、5:4、1:2、2:1 など 11 比率をサポートします。

Evolink の Krea 2 Turbo API を選ぶ理由?
1 つの EvoLink gateway で Krea 2 Turbo をテストし、credit を管理し、既存の image-generation stack と比較できます。
比類のない拡張性
独自の image-generation route を構築・維持するのは高コストで複雑です。EvoLink は API key、credit、billing、usage tracking、model access を 1 つの gateway に集約します。
エンタープライズグレードの信頼性
本番チームには分散した vendor account ではなく予測可能な運用が必要です。EvoLink でアクセス、利用状況、コストの記録を一元化できます。
開発者中心の設計
Time-to-market は重要です。Krea 2 Turbo route は /v1/images/generations の形を使い、async task ID を返し、polling または callback_url に対応します。
Krea 2 Turbo API を統合する方法
3 つの簡単なステップで、世界クラスの AI 生成をソフトウェア ワークフローに組み込むことができます。
アクセスを認証する
EvoLink にログインし、アプリ用の API key を作成します。dashboard で access、credit consumption、team visibility を管理します。
ペイロードを構築する
/v1/images/generations に prompt、aspect ratio (`size`)、output tier (`quality` = 1k または 2k) を含めて POST します。request model ID は `krea-2-turbo` です。
資産の取得と展開
API は request を非同期で処理し、task ID を返します。/v1/tasks/{task_id} を polling するか callback_url を登録します。画像 URL は 24 時間有効です。
内部の強力な機能
AI を活用した堅牢なビジュアル アプリケーションを構築するために必要なすべてのツール。
非同期生成パイプライン
ジョブを非同期で送信し、UI の応答性を保てます。Krea 2 Turbo は task ID を返し、アプリは polling または callback で結果を受け取れます。
選択可能な 1K / 2K 出力
`quality` によってリクエストごとにティアを選べます。1K は低コストのデフォルト、2K は最終素材や premium asset 向けの高解像度 SKU にルーティングされます。
コンテンツ安全フィルタリング
EvoLink playground はこのルートで `nsfw_check` をデフォルト有効にします。Raw API 呼び出しのデフォルトは false で、`nsfw_check: true` を明示した場合のみ有効です。本番アプリではこのパラメータを意図的に設定し、自社のポリシー、レビュー、ユーザー制限も併用してください。
Seed コントロール
seed 値(0-1048576)を渡すことで、反復生成をより制御しやすくできます。安定したプロンプトと組み合わせると、近い構図を探索しやすくなります。
OpenAI 互換の endpoint 形状
Krea 2 Turbo は標準的な /v1/images/generations の形で公開されています。互換クライアントはモデル名を差し替え、EvoLink API key を使ってテストできます。
11 種類のアスペクト比
1:1、16:9、9:16、4:5、5:4、1:2、2:1 など、一般的なプラットフォーム形式を追加の crop なしで生成できます。
Krea 2 Turbo API に関するよくある質問
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Krea 2 Turbo is an ultra-fast text-to-image generation model that produces high-fidelity, cinematic visuals. Text-to-image only; reference images are not supported.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: krea-2-turboImage generation model name.
| Value | Description |
|---|---|
| krea-2-turbo | Premium text-to-image with 1K and 2K outputs |
krea-2-turbopromptstringRequiredPrompt describing the image to be generated. English works best, with a maximum length of 640 tokens.
Notes
- Maximum 640 tokens
- English works best
- Text-to-image only — reference images are not supported
A cinematic product poster, silver headphones floating against a deep matte-black backdrop with soft rim lightingsizestringOptionalDefault: 1:1Aspect ratio of the generated image; defaults to '1:1' when omitted. The actual output pixels are determined jointly by 'size' and 'quality' (see table below).
| Value | Description |
|---|---|
| 1:1 | 1K: 1024×1024 / 2K: 2048×2048 |
| 4:3 | 1K: 1152×896 / 2K: 2304×1728 |
| 3:4 | 1K: 896×1152 / 2K: 1728×2304 |
| 5:4 | 1K: 1152×896 / 2K: 2240×1792 |
| 4:5 | 1K: 896×1152 / 2K: 1792×2240 |
| 2:3 | 1K: 832×1280 / 2K: 1664×2496 |
| 3:2 | 1K: 1280×832 / 2K: 2496×1664 |
| 9:16 | 1K: 768×1344 / 2K: 1472×2688 |
| 16:9 | 1K: 1344×768 / 2K: 2688×1472 |
| 1:2 | 1K: 704×1472 / 2K: 1408×2816 |
| 2:1 | 1K: 1472×704 / 2K: 2816×1408 |
16:9qualitystringOptionalDefault: 1KOutput resolution tier '1K' / '2K'; defaults to '1K' when omitted. '2K' produces higher-resolution images than '1K'.
| Value | Description |
|---|---|
| 1K | Standard 1K output |
| 2K | High-definition 2K output |
Notes
- Defaults to '1K' when omitted
- Billing differs by tier — see the Pricing page
1KseedintegerOptionalRandom seed for generating similar compositions.
Notes
- Range: 0 to 1048576
- 0 or empty uses a random seed
- Same seed with same prompt may reproduce the same composition
12345nsfw_checkbooleanOptionalDefault: falseEnable additional NSFW content moderation.
Notes
- Default: false (disabled)
- Basic content moderation is always active even when disabled
- Enable for stricter content filtering
falsecallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
- Max URL length: 2048 chars
- Timeout 10s, max 3 retries (after 1s / 2s / 4s)
- Callback body is identical to the task query API response
https://your-domain.com/webhooks/image-task-completed