模型定價企業
500+ AI 模型 API,全部整合在一個 API 中。就在 CometAPI
模型 API
開發者
快速入門說明文件API 儀表板
公司
關於我們企業
資源
AI模型部落格更新日誌支援
服務條款隱私政策
© 2026 CometAPI · All rights reserved
Home/Models/Hunyuan/hunyuan-turbos-vision-20250619
H

hunyuan-turbos-vision-20250619

輸入:$0.3344/M
輸出:$1.0032/M
商業用途
概覽
功能
定價
API

Technical Specifications of hunyuan-turbos-vision-20250619

SpecificationDetails
Model IDhunyuan-turbos-vision-20250619
Provider familyTencent Hunyuan / Hunyuan TurboS
Model typeMultimodal vision-language model
Primary capabilityImage understanding with text generation and reasoning over visual inputs
Architecture basisBuilt on the Hunyuan-TurboS family, which Tencent describes as a hybrid Transformer-Mamba Mixture-of-Experts system.
Reasoning styleAdaptive fast/slow reasoning inherited from the TurboS family, which dynamically switches between short and deeper chain-of-thought modes depending on task complexity.
Context windowTencent reports the TurboS base model supports up to 256K context. Public source material located for this CometAPI model ID does not clearly confirm whether the full same limit applies unchanged to hunyuan-turbos-vision-20250619.
Training scaleThe TurboS base model is described as 56B activated parameters, 560B total parameters, pre-trained on 16T high-quality tokens.
Best-fit use casesVisual question answering, image analysis, chart/document inspection, screenshot understanding, OCR-adjacent workflows, and multimodal assistants
AvailabilityAvailable on CometAPI under the platform identifier hunyuan-turbos-vision-20250619. (cometapi.com)

What is hunyuan-turbos-vision-20250619?

hunyuan-turbos-vision-20250619 is CometAPI’s platform identifier for a vision-capable model in Tencent’s Hunyuan TurboS family. Based on publicly available material, TurboS is Tencent’s high-speed flagship reasoning model line, and this variant appears positioned for multimodal image-plus-text understanding rather than text-only chat. (cometapi.com)

Tencent’s published technical material describes Hunyuan-TurboS as a hybrid Transformer-Mamba MoE model designed to combine fast response speed, strong long-context handling, and adaptive reasoning. While Tencent’s official technical report focuses on the core TurboS base model rather than this exact CometAPI identifier, it provides the clearest foundation for understanding what users should expect from a TurboS Vision variant: efficient inference, multimodal task suitability, and stronger reasoning behavior than a basic image-captioning system.

In practical terms, hunyuan-turbos-vision-20250619 is best understood as a multimodal analysis model for applications that need to send images along with prompts and receive structured or natural-language answers. That makes it useful for automating visual inspection, extracting meaning from screenshots and documents, and building assistants that can “look” at images before responding. This characterization is an inference from the model family documentation and CometAPI catalog naming, because detailed first-party per-endpoint specs for this exact ID were not clearly published in the sources reviewed. (cometapi.com)

Main features of hunyuan-turbos-vision-20250619

  • Vision-language input: Designed for workflows where prompts include both text and images, enabling the model to answer questions about visual content rather than only generating text from text prompts. This is inferred from the model naming and CometAPI listing for the Vision variant, alongside Tencent’s broader multimodal Hunyuan rollout. (cometapi.com)
  • TurboS-family reasoning: The underlying TurboS family uses adaptive reasoning that can respond quickly for simple tasks while applying deeper reasoning for harder ones, which is valuable for image QA, visual comparison, and document interpretation.
  • High-efficiency architecture: Tencent describes TurboS as combining Mamba2, attention layers, and MoE feed-forward design to improve efficiency and reduce inference overhead relative to conventional large-model setups.
  • Long-context potential: Public TurboS documentation reports support for 256K context on the base model, which suggests strong suitability for extended multimodal conversations, long instructions, or multi-image analytical workflows where supported by the serving endpoint.
  • Enterprise-oriented multimodal use: The model is a good fit for production scenarios such as screenshot support bots, document review assistants, chart interpretation, and image-grounded workflow automation. This is an application-level inference from the model category and family capabilities. (cometapi.com)
  • Accessible through CometAPI: Instead of integrating Tencent infrastructure directly, developers can call the model through CometAPI using the single model ID hunyuan-turbos-vision-20250619. (cometapi.com)

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

Step 1: Sign Up for API Key

Sign up on CometAPI and create an API key from your dashboard. Once generated, store the key securely as an environment variable such as COMETAPI_API_KEY so it can be used safely in local development, CI pipelines, and production services.

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

Use CometAPI’s OpenAI-compatible API format and set the model field to hunyuan-turbos-vision-20250619.

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "hunyuan-turbos-vision-20250619",
    "messages": [
      {
        "role": "user",
        "content": [
          { "type": "text", "text": "Describe the key information shown in this image." },
          { "type": "image_url", "image_url": { "url": "https://example.com/sample-image.jpg" } }
        ]
      }
    ]
  }'

Step 3: Retrieve and Verify Results

Parse the response JSON and read the model output from the first choice. For production use, validate that the returned answer matches the visual evidence, especially for OCR-heavy, safety-sensitive, or decision-making workflows. If needed, add your own post-processing, schema validation, or human review layer before using the result downstream.

hunyuan-turbos-vision-20250619 的定價

探索 hunyuan-turbos-vision-20250619 的競爭性定價,專為滿足各種預算和使用需求而設計。我們靈活的方案確保您只需為實際使用量付費,讓您能夠隨著需求增長輕鬆擴展。了解 hunyuan-turbos-vision-20250619 如何在保持成本可控的同時提升您的專案效果。
彗星價格 (USD / M Tokens)官方價格 (USD / M Tokens)折扣
輸入:$0.3344/M
輸出:$1.0032/M
輸入:$0.418/M
輸出:$1.254/M
-20%

hunyuan-turbos-vision-20250619 的範例程式碼和 API

存取完整的範例程式碼和 API 資源,以簡化您的 hunyuan-turbos-vision-20250619 整合流程。我們詳盡的文件提供逐步指引,協助您在專案中充分發揮 hunyuan-turbos-vision-20250619 的潛力。