โมเดลราคาองค์กร
500+ AI Model API ทั้งหมดในหนึ่ง API เพียงแค่ใน CometAPI
API โมเดล
นักพัฒนา
เริ่มต้นอย่างรวดเร็วเอกสารประกอบแดชบอร์ด API
บริษัท
เกี่ยวกับเราองค์กร
ทรัพยากร
โมเดล AIบล็อกบันทึกการเปลี่ยนแปลงสนับสนุน
ข้อกำหนดการให้บริการนโยบายความเป็นส่วนตัว
© 2026 CometAPI · All rights reserved
Home/Models/Flux/flux-pro-1.0-canny
F

flux-pro-1.0-canny

ต่อคำขอ:$0.06
ใช้งานเชิงพาณิชย์
ภาพรวม
คุณสมบัติ
ราคา
API

Technical Specifications of flux-pro-1-0-canny

SpecificationDetails
Model IDflux-pro-1-0-canny
Model familyFLUX.1 Canny [pro]
Provider / originBlack Forest Labs’ FLUX family, also exposed through third-party inference platforms such as Replicate and fal.
ModalityImage-to-image / controlled image generation using a text prompt plus a Canny edge control image.
Core control methodCanny edge detection for structure-preserving guidance.
Primary use casesSketch-to-image, retexturing while preserving composition, controlled style transfer, and architectural or layout-constrained visualization.
Input typesPrompt text plus a control image / edge map; common runtime parameters on public deployments include steps, guidance, seed, output format, and safety-related controls.
OutputGenerated image files following the structure of the supplied edge map.
Inference patternTypically asynchronous task submission with result polling on FLUX-style APIs.

What is flux-pro-1-0-canny?

flux-pro-1-0-canny is CometAPI’s platform identifier for the FLUX.1 Canny [pro] model, a professionally oriented edge-guided image generation model in the FLUX ecosystem. Its defining capability is that it uses Canny edge detection as a structural conditioning signal, so the model can generate a new image that follows the composition and contours of an input image while still responding to a natural-language prompt.

In practical terms, this model is designed for users who want more control than standard text-to-image generation provides. Instead of describing everything purely in words, you can provide a sketch, extracted edge map, or composition reference and ask the model to render it in a different style, material treatment, or scene context. Public model descriptions consistently position it as especially useful for preserving layout and structure during transformation tasks.

Because the underlying FLUX APIs often use job submission plus polling, integrations with this kind of model are commonly built as asynchronous workflows: submit the request, receive a task ID, then fetch the result once processing is complete.

Main features of flux-pro-1-0-canny

  • Edge-guided structural control: The model uses Canny edge maps to preserve the composition, outlines, and major forms of the source image during generation.
  • Prompt-driven restyling: You can combine an edge-controlled input with a text prompt to change appearance, mood, materials, or artistic style without discarding the original structure.
  • Strong fit for sketch-to-image workflows: Public examples and descriptions highlight turning sketches or edge-derived guides into polished artwork and production-ready visuals.
  • Composition-preserving retexturing: It is well suited for retexturing scenes or objects while keeping the layout stable, which is useful in product, concept, and environment visualization workflows.
  • Useful parameter control: Public API surfaces for this model commonly expose inference settings such as diffusion steps, guidance strength, seed, output format, and safety tolerance, enabling reproducibility and tuning.
  • Production-friendly API behavior: FLUX API integration guidance emphasizes endpoint-based job submission and result polling, which fits backend automation and application pipelines well.

How to access and integrate flux-pro-1-0-canny

Step 1: Sign Up for API Key

Sign up on CometAPI and generate your API key from the dashboard. Store it securely and load it through an environment variable in your application before making requests to flux-pro-1-0-canny API.

Step 2: Send Requests to flux-pro-1-0-canny API

Use CometAPI's Flux-compatible endpoint at POST /flux/v1/{model}.

curl https://api.cometapi.com/flux/v1/flux-pro-1-0-canny \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "prompt": "A breathtaking landscape painting with golden hour lighting",
    "width": 1024,
    "height": 768,
    "steps": 20,
    "prompt_upsampling": true
  }'

Step 3: Retrieve and Verify Results

The API returns a task ID. Poll GET /flux/v1/get_result?id={task_id} to check generation status and retrieve the output image when complete.

คุณสมบัติสำหรับ flux-pro-1.0-canny

สำรวจคุณสมบัติหลักของ flux-pro-1.0-canny ที่ออกแบบมาเพื่อเพิ่มประสิทธิภาพและความสะดวกในการใช้งาน ค้นพบว่าความสามารถเหล่านี้สามารถเป็นประโยชน์ต่อโครงการของคุณและปรับปรุงประสบการณ์ของผู้ใช้ได้อย่างไร

ราคาสำหรับ flux-pro-1.0-canny

สำรวจราคาที่แข่งขันได้สำหรับ flux-pro-1.0-canny ที่ออกแบบมาให้เหมาะสมกับงบประมาณและความต้องการการใช้งานที่หลากหลาย แผนการบริการที่ยืดหยุ่นของเรารับประกันว่าคุณจะจ่ายเฉพาะสิ่งที่คุณใช้เท่านั้น ทำให้สามารถขยายขนาดได้ง่ายเมื่อความต้องการของคุณเพิ่มขึ้น ค้นพบว่า flux-pro-1.0-canny สามารถยกระดับโปรเจกต์ของคุณได้อย่างไรในขณะที่ควบคุมต้นทุนให้อยู่ในระดับที่จัดการได้
ราคา Comet (USD / M Tokens)ราคาทางการ (USD / M Tokens)ส่วนลด
ต่อคำขอ:$0.06
ต่อคำขอ:$0.075
-20%

โค้ดตัวอย่างและ API สำหรับ flux-pro-1.0-canny

เข้าถึงโค้ดตัวอย่างที่ครอบคลุมและทรัพยากร API สำหรับ flux-pro-1.0-canny เพื่อปรับปรุงกระบวนการผสานรวมของคุณ เอกสารประกอบที่มีรายละเอียดของเราให้คำแนะนำทีละขั้นตอน ช่วยให้คุณใช้ประโยชน์จากศักยภาพเต็มรูปแบบของ flux-pro-1.0-canny ในโครงการของคุณ

โมเดลเพิ่มเติม

G

Nano Banana 2

อินพุต:$0.4/M
เอาต์พุต:$2.4/M
ภาพรวมความสามารถหลัก: ความละเอียด: สูงสุด 4K (4096×4096) เทียบเท่า Pro. ความสม่ำเสมอของภาพอ้างอิง: รองรับภาพอ้างอิงได้สูงสุด 14 ภาพ (วัตถุ 10 รายการ + ตัวละคร 4 ตัว), รักษาความสม่ำเสมอของสไตล์/ตัวละคร. อัตราส่วนภาพแบบสุดโต่ง: เพิ่มอัตราส่วนใหม่ 1:4, 4:1, 1:8, 8:1 เหมาะสำหรับภาพแนวยาว, โปสเตอร์ และแบนเนอร์. การเรนเดอร์ข้อความ: การสร้างข้อความขั้นสูง เหมาะสำหรับอินโฟกราฟิกและเลย์เอาต์โปสเตอร์สำหรับการตลาด. การปรับปรุงการค้นหา: ผสาน Google Search + การค้นหาด้วยภาพ. การยึดโยง: มีกระบวนการคิดในตัว; ทำการให้เหตุผลกับพรอมป์ตที่ซับซ้อนก่อนการสร้าง.
C

Claude Opus 4.7

อินพุต:$4/M
เอาต์พุต:$20/M
โมเดลที่ฉลาดที่สุดสำหรับเอเจนต์และการเขียนโค้ด
C

Claude Opus 4.6

อินพุต:$4/M
เอาต์พุต:$20/M
Claude Opus 4.6 เป็นโมเดลภาษาขนาดใหญ่ระดับ “Opus” ของ Anthropic เปิดตัวในเดือนกุมภาพันธ์ 2026. ถูกวางตำแหน่งให้เป็นกำลังหลักสำหรับงานเชิงความรู้และเวิร์กโฟลว์การวิจัย — ปรับปรุงการให้เหตุผลในบริบทยาว การวางแผนหลายขั้นตอน การใช้เครื่องมือ (รวมถึงเวิร์กโฟลว์ซอฟต์แวร์เชิงตัวแทน) และงานการใช้คอมพิวเตอร์ เช่น การสร้างสไลด์และสเปรดชีตอัตโนมัติ.
A

Claude Sonnet 4.6

อินพุต:$2.4/M
เอาต์พุต:$12/M
Claude Sonnet 4.6 เป็นโมเดล Sonnet ที่มีความสามารถมากที่สุดเท่าที่เคยมีมา เป็นการอัปเกรดเต็มรูปแบบของทักษะของโมเดล ครอบคลุมการเขียนโค้ด การใช้งานคอมพิวเตอร์ การให้เหตุผลในบริบทยาว การวางแผนของเอเจนต์ งานด้านความรู้ และการออกแบบ Sonnet 4.6 ยังมาพร้อมกับหน้าต่างบริบทขนาด 1M โทเค็นในเวอร์ชันเบต้า
O

GPT-5.4 nano

อินพุต:$0.16/M
เอาต์พุต:$1/M
GPT-5.4 nano ถูกออกแบบมาสำหรับงานที่ความเร็วและต้นทุนมีความสำคัญสูงสุด เช่น การจำแนกประเภท การสกัดข้อมูล การจัดอันดับ และเอเจนต์ย่อย.
O

GPT-5.4 mini

อินพุต:$0.6/M
เอาต์พุต:$3.6/M
GPT-5.4 mini นำจุดแข็งของ GPT-5.4 มาสู่โมเดลที่เร็วกว่าและมีประสิทธิภาพมากขึ้น ซึ่งออกแบบมาสำหรับภาระงานปริมาณมาก