ModelosPreçosEmpresarial
500+ APIs de Modelos de IA, Tudo em Uma API. Apenas na CometAPI
API de Modelos
Desenvolvedor
Início RápidoDocumentaçãoPainel de API
Empresa
Sobre nósEmpresarial
Recursos
Modelos de IABlogRegistro de AlteraçõesSuporte
Termos de ServiçoPolítica de Privacidade
© 2026 CometAPI · All rights reserved
Home/Models/Hunyuan/hunyuan-t1-vision-20250619
H

hunyuan-t1-vision-20250619

Entrada:$0.11152/M
Saída:$0.44608/M
Uso comercial
Visão Geral
Recursos
Preços
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.

Preços para hunyuan-t1-vision-20250619

Explore preços competitivos para hunyuan-t1-vision-20250619, projetado para atender diversos orçamentos e necessidades de uso. Nossos planos flexíveis garantem que você pague apenas pelo que usar, facilitando o dimensionamento conforme suas necessidades crescem. Descubra como hunyuan-t1-vision-20250619 pode aprimorar seus projetos mantendo os custos gerenciáveis.
Preço do Comet (USD / M Tokens)Preço Oficial (USD / M Tokens)Desconto
Entrada:$0.11152/M
Saída:$0.44608/M
Entrada:$0.1394/M
Saída:$0.5576/M
-20%

Código de exemplo e API para hunyuan-t1-vision-20250619

Acesse código de exemplo abrangente e recursos de API para hunyuan-t1-vision-20250619 para otimizar seu processo de integração. Nossa documentação detalhada fornece orientação passo a passo, ajudando você a aproveitar todo o potencial do hunyuan-t1-vision-20250619 em seus projetos.