近日公開
上記の簡易見積もりを1回分の目安にし、CometAPIと公式価格の詳細な比較もご確認ください。
Qwen-Image-3.0の競争力のある価格設定をご確認ください。さまざまな予算や利用ニーズに対応できるよう設計されています。柔軟なプランにより、使用した分だけお支払いいただけるため、要件の拡大に合わせて簡単にスケールアップできます。Qwen-Image-3.0がコストを管理しながら、お客様のプロジェクトをどのように強化できるかをご覧ください。
| Comet Price (USD / M Tokens) | Official Price (USD / M Tokens) | Discount |
|---|---|---|
入力:$60/M 出力:$60/M | 入力:$75/M 出力:$75/M | -20% |
動作するエンドポイントとコード例をコピーし、全パラメーターが必要な場合は完全なAPIリファレンスを開いてください。
Qwen-Image-3.0の包括的なサンプルコードとAPIリソースにアクセスして、統合プロセスを効率化しましょう。詳細なドキュメントでは段階的なガイダンスを提供し、プロジェクトでQwen-Image-3.0の潜在能力を最大限に活用できるよう支援します。
#!/usr/bin/env bash
set -euo pipefail
: "${COMETAPI_KEY:?Set COMETAPI_KEY before running this example}"
: "${QWEN_IMAGE_INPUT_URL:?Set QWEN_IMAGE_INPUT_URL before running this example}"
generation_payload=$(jq -nc \
--arg model "qwen-image-3.0" \
'{
model: $model,
input: {
messages: [{
role: "user",
content: [{
text: "Create a cinematic watercolor of a moonlit harbor with glowing paper lanterns."
}]
}]
},
parameters: {
negative_prompt: "blurry, low quality",
prompt_extend: true,
watermark: false,
size: "1328*1328"
}
}')
echo "Generation response:"
curl --fail-with-body --silent --show-error --request POST \
https://api.cometapi.com/v1/images/generations \
--header "Authorization: Bearer ${COMETAPI_KEY}" \
--header "Content-Type: application/json" \
--data "${generation_payload}"
echo
edit_payload=$(jq -nc \
--arg model "qwen-image-3.0" \
--arg image "${QWEN_IMAGE_INPUT_URL}" \
'{
model: $model,
input: {
messages: [{
role: "user",
content: [
{image: $image},
{text: "Turn the scene into a moonlit watercolor while preserving the main composition."}
]
}]
},
parameters: {
n: 1,
negative_prompt: "blurry, low quality",
prompt_extend: true,
watermark: false
}
}')
echo "Edit response:"
curl --fail-with-body --silent --show-error --request POST \
https://api.cometapi.com/v1/images/edits \
--header "Authorization: Bearer ${COMETAPI_KEY}" \
--header "Content-Type: application/json" \
--data "${edit_payload}"
echoアーキテクチャの選定や本番負荷の見積もり前に、重要なモデル情報を確認できます。
imageの機能に合った本番ワークフローにQwen-Image-3.0を活用し、長期的な統合前に他の選択肢とも比較してください。
商品ビジュアルやキャンペーン素材の制作
コンセプトアートと素早いビジュアル探索
画像編集・バリエーション生成・素材制作
品質・レイテンシ・機能・料金のトレードオフに応じて、CometAPIで利用できる他のモデルと比較できます。
OpenAIで最も高性能な画像生成モデルで、多言語にわたるほぼ完璧なテキストレンダリング、最大4K解像度、推論駆動のThinking Modeを備えています。精度と速度、そしてブランドに即したビジュアル出力を求めるプロダクションワークフロー向けに設計されています。
Gemini 3.1 Flash Lite Image model は、画像生成ファミリーにおける効率のエキスパートで、超低レイテンシかつ費用対効果の高い画像の生成および編集のために設計されています。
Core Capabilities Overview: Resolution: Up to 4K (4096×4096), on par with Pro. Reference Image Consistency: Up to 14 reference images (10 objects + 4 characters), maintaining style/character consistency. Extreme Aspect Ratios: New 1:4, 4:1, 1:8, 8:1 ratios added, suitable for long images, posters, and banners. Text Rendering: Advanced text generation, suitable for infographics and marketing poster layouts. Search Enhancement: Integrated Google Search + Image Search. Grounding: Built-in thinking process; complex prompts are reasoned before generation.
FLUX.2 [max] is a top-tier visual-intelligence model from Black Forest Labs (BFL) designed for production workflows: marketing, product photography, e-commerce, creative pipelines, and any application that requires consistent character/product identity, accurate text rendering, and photoreal detail at multi-megapixel resolutions. The architecture is engineered for strong prompt-following, multi-reference fusion (up to ten input images), and grounded generation (ability to incorporate up-to-date web context when producing images).
FLUX.2 [max] is the flagship, highest-quality variant of the FLUX.2 family from Black Forest Labs (BFL). It is positioned as a professional-grade text→image generation and image-editing model that focuses on maximal fidelity, prompt adherence, and editing consistency across characters, objects, lighting and color. BFL and partner registries describe FLUX.2 [max] as the top-tier FLUX.2 variant with features for multi-reference editing, grounded generation.
FLUX 2 DEV is the development-friendly version optimized for research, experimentation, and non-commercial applications. It provides developers with powerful image generation capabilities while maintaining a balance between quality and computational efficiency. Perfect for prototyping, academic research, and personal creative projects.
本番投入前に、リアルタイムのハートビートデータ、エンドポイントの可用性、実測レスポンスタイムを確認できます。