<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Genie - Cost monitoring and usage in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167638#M2049</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Genie is widely used within our department, and we would like to establish appropriate governance around its usage. Do we have any existing guidelines or recommended practices for this? In particular, we are looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cost monitoring: How can we monitor Genie usage, including who is using it and the associated consumption or cost?&lt;/LI&gt;&lt;LI&gt;Usage limits: Is it possible to set an upper limit or other controls to restrict Genie usage?Any relevant documentation, recommendations, or examples would be appreciated.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards - Sanjeeb&lt;/P&gt;</description>
    <pubDate>Sat, 05 Sep 2026 05:42:31 GMT</pubDate>
    <dc:creator>Sanjeeb2024</dc:creator>
    <dc:date>2026-09-05T05:42:31Z</dc:date>
    <item>
      <title>Genie - Cost monitoring and usage</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167638#M2049</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Genie is widely used within our department, and we would like to establish appropriate governance around its usage. Do we have any existing guidelines or recommended practices for this? In particular, we are looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cost monitoring: How can we monitor Genie usage, including who is using it and the associated consumption or cost?&lt;/LI&gt;&lt;LI&gt;Usage limits: Is it possible to set an upper limit or other controls to restrict Genie usage?Any relevant documentation, recommendations, or examples would be appreciated.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards - Sanjeeb&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2026 05:42:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167638#M2049</guid>
      <dc:creator>Sanjeeb2024</dc:creator>
      <dc:date>2026-09-05T05:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Genie - Cost monitoring and usage</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167642#M2050</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/129689"&gt;@Sanjeeb2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use built-in Genie usage governance.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Cost monitoring&lt;/STRONG&gt;&lt;/U&gt; -&amp;nbsp;You can use the &lt;STRONG&gt;system.billing.usage&lt;/STRONG&gt;&amp;nbsp;system table for &lt;STRONG&gt;Genie usage&lt;/STRONG&gt; with&amp;nbsp;billing_origin_product, exposing per-user identity, product surface&amp;nbsp;and DBU consumption. You can use it with&amp;nbsp;system.billing.list_prices&amp;nbsp;to calculate compute dollar costs and filter on sku_name to separate free allowance from billed usage. Every user receives &lt;STRONG&gt;150&lt;/STRONG&gt; &lt;STRONG&gt;free DBUs/month&lt;/STRONG&gt; for &lt;STRONG&gt;Genie Code&lt;/STRONG&gt;. Genie One/Agents are free for users through &lt;STRONG&gt;January 31, 2027&lt;/STRONG&gt;. More details &lt;A href="https://docs.databricks.com/aws/en/genie/#manage-genie-budgets" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use below&amp;nbsp;to see per-user monthly free vs billed DBU and set alerts if required&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT
  u.identity_metadata.run_as AS user,
  u.usage_metadata.genie.surface AS genie_surface,
  SUM(CASE WHEN u.sku_name = 'GENIE_FREE_USAGE' THEN u.usage_quantity ELSE 0 END) AS free_dbus,
  SUM(CASE WHEN u.sku_name != 'GENIE_FREE_USAGE' THEN u.usage_quantity ELSE 0 END) AS paid_dbus
FROM system.billing.usage u
WHERE u.billing_origin_product = 'GENIE'
  AND u.usage_date &amp;gt;= DATE_TRUNC('MONTH', CURRENT_DATE)
GROUP BY u.identity_metadata.run_as, u.usage_metadata.genie.surface
ORDER BY user, genie_surface&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Usage Limits&lt;/STRONG&gt;&amp;nbsp;- Account admins can create &lt;STRONG&gt;budgets&lt;/STRONG&gt; scoped to Genie at the account, workspace, user-group, or individual-user level. Each budget &lt;STRONG&gt;threshold&lt;/STRONG&gt; can trigger either an&amp;nbsp;&lt;STRONG&gt;alert&lt;/STRONG&gt;&amp;nbsp;(email notification with continued access) or&amp;nbsp;&lt;STRONG&gt;block usage&lt;/STRONG&gt;&amp;nbsp;(user is locked out until the budget resets or an admin raises the limit). Per-user overrides let you grant higher thresholds to specific groups, and users always retain their free monthly allowance regardless of budget settings. More details &lt;A href="https://docs.databricks.com/aws/en/genie/budgets/#create-a-budget-for-genie" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2026 09:07:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167642#M2050</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-09-05T09:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Genie - Cost monitoring and usage</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167646#M2051</link>
      <description>&lt;P&gt;You can use usage/audit logs to track Genie activity by user and monitor consumption or costs. For governance, define approved use cases and set usage limits or alerts where available to avoid unexpected spend.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2026 09:47:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167646#M2051</guid>
      <dc:creator>davidwarner344</dc:creator>
      <dc:date>2026-09-05T09:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Genie - Cost monitoring and usage</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167665#M2053</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/129689"&gt;@Sanjeeb2024&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Good to note Genie usage in your org.&amp;nbsp;&lt;SPAN&gt;Databricks does have solid governance tooling for Genie, and it's matured quite a bit since billing went live on July 8, 2026. Here is what you need to know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The source of truth for Genie spend is the system.billing.usage system table. You can query it directly (filter on billing_origin_product = 'GENIE') and join it with system.billing.list_prices to get dollar amounts. The identity_metadata.run_as column tells you who is using it, and usage_metadata.genie.surface breaks it down by products like Genie Code, Genie One, or Genie Agents. Full details and example SQL are in the &lt;A href="https://docs.databricks.com/aws/en/genie/monitor-cost" target="_blank"&gt;Monitor and understand your Genie cost&lt;/A&gt; docs.&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;If you would rather not write SQL from scratch, account admins can import a pre-built cost management dashboard straight from the Account Console (Usage tab → Setup dashboard).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;F&lt;/SPAN&gt;or activity-level monitoring (who is asking what, feedback ratings, error rates), the system.access.audit table has you covered. The &lt;A href="https://docs.databricks.com/aws/en/ai-bi/admin/audit" target="_blank"&gt;Monitor Genie Agents usage with audit logs&lt;/A&gt; page has ready-made queries you can drop in and set alerts on.&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;Account and workspace admins can also get a consolidated spend overview through the Cost page in &lt;/SPAN&gt;&lt;A class="doc-editor-link" href="https://docs.databricks.com/aws/en/admin/governance-hub/" target="_blank"&gt;&lt;SPAN&gt;Governance Hub&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;To yo&lt;/SPAN&gt;ur second query about usage limits, this is where &lt;A href="https://docs.databricks.com/aws/en/genie/budgets" target="_blank"&gt;Budgets&lt;/A&gt; come in. They have been GA since July 6, 2026. To create a Genie-specific budget, go to Account Console → Usage → Budgets, select Unity AI Gateway as the resource type, and add the tag databricks-product: genie (don't add other tags, as they'll prevent the budget from tracking Genie usage).&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;You get two layers of control. A &lt;/SPAN&gt;shared threshold sets an overall spending pool for all users and workspaces in scope. Once it's exhausted, everyone is blocked. A per-user threshold&lt;SPAN&gt; caps each individual's monthly pay-as-you-go spend (on top of their free 150 DBU/month allowance, which budgets cannot remove). You can also add &lt;/SPAN&gt;per-user overrides for power users or specific groups who need a higher limit. For each threshold, you choose whether to just send an alert or actually block usage when the limit is hit. Databricks recommends alerting at the shared level and blocking at the per-user level.&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;It's also worth knowing that budgets are approximate (near real-time, not exact), they track LLM token cost only (SQL warehouse compute for running Genie-generated queries is billed separately), and you currently can't scope a budget to a specific Genie product (Code vs. One vs. Agents). They all share the same tag. There is also a &lt;/SPAN&gt;&lt;A class="doc-editor-link" href="https://docs.databricks.com/api/account/budgets/create" target="_blank"&gt;&lt;SPAN&gt;Budgets API&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; if you want to manage this programmatically. The &lt;/SPAN&gt;&lt;A class="doc-editor-link" href="https://docs.databricks.com/aws/en/genie/genie-cost-budgets-faq" target="_blank"&gt;&lt;SPAN&gt;Genie cost and budgets FAQ&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; covers the most common edge cases.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;I would suggest you to start with monitoring before you enforce limits. Set up a budget with alerts only so you can understand your baseline usage patterns. Once you have a feel for what normal looks like, add per-user blocking thresholds at a level that makes sense for your team (many orgs start around $30–$100/month per user). Use per-user overrides to give heavier users more headroom without raising the ceiling for everyone. And if chargeback matters to your organisation, be aware that custom cost-allocation tags don't currently propagate to Genie LLM cost, so you will need an external mapping to attribute spend to teams or projects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;For the full picture, the &lt;/SPAN&gt;&lt;A class="doc-editor-link" href="https://docs.databricks.com/aws/en/admin/usage" target="_blank"&gt;&lt;SPAN&gt;Cost management tools on Databricks&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; overview page ties all of these capabilities together in one place.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="doc-editor-paragraph"&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2026 14:09:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/167665#M2053</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-09-05T14:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Genie - Cost monitoring and usage</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/168457#M2072</link>
      <description>&lt;P&gt;Thank you so much details. These are very useful details. I used Genie code to create a notebook which provide all details on the Genie cost, using those details I created a dashboard for monitoring and it provided the require details as of now, slowly we will enhance this and make a robust one.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 11:29:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-cost-monitoring-and-usage/m-p/168457#M2072</guid>
      <dc:creator>Sanjeeb2024</dc:creator>
      <dc:date>2026-09-13T11:29:24Z</dc:date>
    </item>
  </channel>
</rss>

