ModellerPriserBedrift
500+ AI-modell API, Alt I Én API. Bare I CometAPI
Modeller API
Utvikler
HurtigstartDokumentasjonAPI Dashbord
Selskap
Om ossBedrift
Ressurser
AI-modellerBloggEndringsloggStøtte
TjenestevilkårPersonvernerklæring
© 2026 CometAPI · All rights reserved
Home/Models/Hunyuan/hunyuan-t1-vision-20250619
H

hunyuan-t1-vision-20250619

Inndata:$0.11152/M
Utdata:$0.44608/M
Kommersiell bruk
Oversikt
Funksjoner
Priser
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.

Priser for hunyuan-t1-vision-20250619

Utforsk konkurransedyktige priser for hunyuan-t1-vision-20250619, designet for å passe ulike budsjetter og bruksbehov. Våre fleksible planer sikrer at du bare betaler for det du bruker, noe som gjør det enkelt å skalere etter hvert som kravene dine vokser. Oppdag hvordan hunyuan-t1-vision-20250619 kan forbedre prosjektene dine samtidig som kostnadene holdes håndterbare.
Komet-pris (USD / M Tokens)Offisiell pris (USD / M Tokens)Rabatt
Inndata:$0.11152/M
Utdata:$0.44608/M
Inndata:$0.1394/M
Utdata:$0.5576/M
-20%

Eksempelkode og API for hunyuan-t1-vision-20250619

Få tilgang til omfattende eksempelkode og API-ressurser for hunyuan-t1-vision-20250619 for å effektivisere integreringsprosessen din. Vår detaljerte dokumentasjon gir trinn-for-trinn-veiledning som hjelper deg med å utnytte det fulle potensialet til hunyuan-t1-vision-20250619 i prosjektene dine.