{ "@context": "https://schema.org", "@graph": [ { "@type": "WebApplication", "name": "Snowflake Credit Calculator", "url": "https://espresso.ai/tools/snowflake-credit-calculator", "applicationCategory": "BusinessApplication", "operatingSystem": "Web", "browserRequirements": "Requires JavaScript", "description": "Estimate your monthly Snowflake bill by edition, warehouse size, and runtime. See credits, compute, and storage.", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }, "publisher": { "@type": "Organization", "name": "Espresso AI", "url": "https://espresso.ai" } }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is a Snowflake credit?", "acceptedAnswer": { "@type": "Answer", "text": "A credit is Snowflake's unit of compute, one unit of warehouse runtime. Warehouses consume credits while they run, and the dollar value of a credit depends on your edition." } }, { "@type": "Question", "name": "How much does a Snowflake credit cost?", "acceptedAnswer": { "@type": "Answer", "text": "On US on-demand pricing it runs about $2 on Standard, $3 on Enterprise, and $4 on Business Critical. Your contract rate can differ, so edit the rates in the calculator to match your account." } }, { "@type": "Question", "name": "Why is my real bill higher than this estimate?", "acceptedAnswer": { "@type": "Answer", "text": "This model covers warehouse compute and storage. Serverless features like Cortex, Snowpipe, and tasks bill on separate meters, and idle warehouse time adds cost that no query accounts for." } } ] } ] }