import React from "react"; import Admonition from "@theme/Admonition"; const RateLimits = () => { return ( Google Gemini {" "} offers a free tier you can get started with. Otherwise, you'll need to ensure that you have credits available in your LLM Provider account to successfully make requests.

Some providers also have rate limits on API usage, which can affect your experience. Check out our{" "} Handling Rate Limits {" "} guide to learn how to efficiently manage these limits while using Goose.
); }; export default RateLimits;