곧 출시 예정
위의 간단한 견적을 단일 실행 기준으로 참고한 후, CometAPI와 공식 가격의 전체 비교를 확인하세요.
[모델명]의 경쟁력 있는 가격을 살펴보세요. 다양한 예산과 사용 요구에 맞게 설계되었습니다. 유연한 요금제로 사용한 만큼만 지불하므로 요구사항이 증가함에 따라 쉽게 확장할 수 있습니다. [모델명]이 비용을 관리 가능한 수준으로 유지하면서 프로젝트를 어떻게 향상시킬 수 있는지 알아보세요.
| Comet Price (USD / M Tokens) | Official Price (USD / M Tokens) | Discount |
|---|---|---|
입력:$60/M 출력:$60/M | 입력:$75/M 출력:$75/M | -20% |
작동하는 엔드포인트와 코드 예제를 복사하고, 모든 파라미터가 필요하면 전체 API 참조 문서를 여세요.
[모델 이름]의 포괄적인 샘플 코드와 API 리소스에 액세스하여 통합 프로세스를 간소화하세요. 자세한 문서는 단계별 가이드를 제공하여 프로젝트에서 [모델 이름]의 모든 잠재력을 활용할 수 있도록 돕습니다.
#!/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.
프로덕션 환경으로 전환하기 전에 실시간 하트비트 데이터, 엔드포인트 가용성, 실측 응답 시간을 확인하세요.