ModeleCenyPrzedsiębiorstwo
Ponad 500 API modeli AI, wszystko w jednym API. Tylko w CometAPI
API modeli
Deweloper
Szybki startDokumentacjaPanel API
Firma
O nasPrzedsiębiorstwo
Zasoby
Modele Sztucznej InteligencjiBlogDziennik zmianWsparcie
Warunki korzystania z usługiPolityka Prywatności
© 2026 CometAPI · All rights reserved
Home/Models/Hunyuan/hunyuan-t1-vision-20250619
H

hunyuan-t1-vision-20250619

Wejście:$0.11152/M
Wyjście:$0.44608/M
Użycie komercyjne
Przegląd
Funkcje
Cennik
API

Technical Specifications of hunyuan-t1-vision-20250619

ItemDetails
Model IDhunyuan-t1-vision-20250619
Provider familyTencent Hunyuan
Model typeMultimodal vision-language model with reasoning-oriented capabilities
Primary inputsText plus image input
Primary outputsText responses grounded in visual understanding and reasoning
API compatibilityCommon Tencent Cloud / OpenAI-compatible access patterns are available across Hunyuan API offerings, depending on the endpoint used.
Pricing referenceTencent Cloud’s Hunyuan pricing page lists hunyuan-t1-vision at input 0.3 and output 0.9 per 1,000 tokens.
Free quota referenceTencent Cloud lists hunyuan-t1-vision among models sharing a 1,000,000-token free quota pool.
Image tokenization noteTencent Cloud notes that image inputs consume tokens based on image size, with usage calculated from resized dimensions.
Typical use casesImage question answering, multimodal analysis, document/image understanding, and visually grounded assistant workflows inferred from Tencent Hunyuan multimodal API examples and product positioning.

What is hunyuan-t1-vision-20250619?

hunyuan-t1-vision-20250619 is CometAPI’s platform identifier for a Tencent Hunyuan vision-capable model in the Hunyuan-T1 family. Based on Tencent’s public documentation and product materials, Hunyuan-T1 is Tencent’s reasoning-focused model line, while hunyuan-t1-vision appears in Tencent Cloud’s multimodal model catalog and pricing documentation as a vision-enabled model variant.

In practice, this means the model is designed for workflows where users provide both text and images and expect a reasoned natural-language response—such as asking questions about a screenshot, analyzing a diagram, interpreting a photo, or extracting meaning from visual content. That positioning is also consistent with Tencent’s multimodal API examples for image-question tasks.

Because the exact CometAPI model suffix 20250619 is a platform-side identifier rather than Tencent’s public marketing name, the most reliable public match is the upstream Tencent model family entry hunyuan-t1-vision. The description above is therefore based on the publicly documented Tencent Hunyuan model family and its listed multimodal capabilities.

Main features of hunyuan-t1-vision-20250619

  • Vision-language input: Supports prompts that combine natural-language instructions with image content, enabling question answering and analysis over visual inputs.
  • Reasoning-oriented Hunyuan lineage: Belongs to the Hunyuan-T1 family, which Tencent describes as its deep reasoning model line, suggesting stronger step-by-step analysis than a basic image captioning model.
  • Multimodal API readiness: Fits Tencent’s multimodal model ecosystem, where image-aware models are exposed through production API infrastructure for application integration.
  • Token-based image processing: Image inputs are billed through tokenized accounting tied to image dimensions, which is useful when estimating workload cost for large-scale visual pipelines.
  • Developer-accessible pricing tier: Tencent publicly lists pricing and a shared free token quota for hunyuan-t1-vision, making it approachable for prototyping and evaluation.
  • Suitable for visual QA and document understanding: The available Tencent examples and product framing support use cases such as screenshot interpretation, image-based assistant tasks, and visually grounded enterprise workflows.

How to access and integrate hunyuan-t1-vision-20250619

Step 1: Sign Up for API Key

Sign up on CometAPI and generate your API key from the dashboard. After getting your key, store it securely as an environment variable such as COMETAPI_API_KEY so your applications can authenticate without hardcoding secrets.

Step 2: Send Requests to hunyuan-t1-vision-20250619 API

Use CometAPI’s OpenAI-compatible interface and set the model field to hunyuan-t1-vision-20250619.

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "hunyuan-t1-vision-20250619",
    "messages": [
      {
        "role": "user",
        "content": [
          { "type": "text", "text": "Describe the image and answer what is happening." },
          { "type": "image_url", "image_url": { "url": "https://example.com/image.jpg" } }
        ]
      }
    ]
  }'

Step 3: Retrieve and Verify Results

Parse the response JSON and read the assistant output from the first choice. For production use, verify results with task-specific checks such as schema validation, confidence heuristics, moderation review, or human verification when the image content is safety-critical, compliance-sensitive, or operationally important.

Cennik dla hunyuan-t1-vision-20250619

Poznaj konkurencyjne ceny dla hunyuan-t1-vision-20250619, zaprojektowane tak, aby pasowały do różnych budżetów i potrzeb użytkowania. Nasze elastyczne plany zapewniają, że płacisz tylko za to, czego używasz, co ułatwia skalowanie w miarę wzrostu Twoich wymagań. Odkryj, jak hunyuan-t1-vision-20250619 może ulepszyć Twoje projekty przy jednoczesnym utrzymaniu kosztów na rozsądnym poziomie.
Cena Comet (USD / M Tokens)Oficjalna cena (USD / M Tokens)Zniżka
Wejście:$0.11152/M
Wyjście:$0.44608/M
Wejście:$0.1394/M
Wyjście:$0.5576/M
-20%

Przykładowy kod i API dla hunyuan-t1-vision-20250619

Uzyskaj dostęp do kompleksowego przykładowego kodu i zasobów API dla hunyuan-t1-vision-20250619, aby usprawnić proces integracji. Nasza szczegółowa dokumentacja zapewnia wskazówki krok po kroku, pomagając wykorzystać pełny potencjał hunyuan-t1-vision-20250619 w Twoich projektach.