PulseAugur
实时 16:56:06
English(EN) [GCP Billing & Vertex AI] Solving Gemini Cost Allocation in a Single Project: Vertex AI Dynamic Billing Labels in Action

Vertex AI 请求标签实现 GCP 中 Gemini API 成本分配

Google Cloud 用户现在可以通过利用 Vertex AI 的“请求标签”功能,更好地分配单个项目中 Gemini API 使用量的成本。虽然不支持直接按 API 密钥进行成本归属,但开发者可以通过修改代码,在每次 Vertex AI Gemini API 请求中包含自定义标签。这些标签(如客户端 ID 或团队标识符)随后会传递到 GCP 账单系统,从而可以通过根据这些自定义标签进行分组来在账单报告中进行详细的成本细分。 AI

影响 能够对云环境中的 AI 服务进行更精细化的成本管理。

排序理由 该条目描述了使用现有平台功能进行成本分配的技术解决方案,而非新产品发布或重大的行业事件。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Vertex AI 请求标签实现 GCP 中 Gemini API 成本分配

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Evan Lin ·

    [GCP Billing & Vertex AI] Solving Gemini Cost Allocation in a Single Project: Vertex AI Dynamic Billing Labels in Action

    <h1> Pain Point: How to Accurately Allocate Gemini API Costs Within the Same Project? </h1> <p>When developing enterprise-level LLM services or operating multi-tenant platforms, the question most frequently asked by finance and operations teams is:</p> <blockquote> <p>"We have ma…