requesty.mdx 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. title: "Requesty"
  3. description: "Learn how to use Requesty with Cline to access and optimize over 150 large language models."
  4. ---
  5. Cline supports accessing models through the [Requesty](https://www.requesty.ai/) AI platform. Requesty provides an easy and optimized API for interacting with 150+ large language models (LLMs).
  6. **Website:** [https://www.requesty.ai/](https://www.requesty.ai/)
  7. ### Getting an API Key
  8. 1. **Sign Up/Sign In:** Go to the [Requesty website](https://www.requesty.ai/) and create an account or sign in.
  9. 2. **Get API Key:** You can get an API key from the [API Management](https://app.requesty.ai/api-keys) section of your Requesty dashboard.
  10. ### Supported Models
  11. Requesty provides access to a wide range of models. Cline will automatically fetch the latest list of available models. You can see the full list of available models on the [Model List](https://app.requesty.ai/router/list) page.
  12. ### Configuration in Cline
  13. 1. **Open Cline Settings:** Click the settings icon (⚙️) in the Cline panel.
  14. 2. **Select Provider:** Choose "Requesty" from the "API Provider" dropdown.
  15. 3. **Enter API Key:** Paste your Requesty API key into the "Requesty API Key" field.
  16. 4. **Select Model:** Choose your desired model from the "Model" dropdown.
  17. ### Tips and Notes
  18. - **Optimizations**: Requesty offers a range of in-flight cost optimizations to lower your costs.
  19. - **Unified and simplified billing**: Unrestricted access to all providers and models, automatic balance top ups and more via a single [API key](https://app.requesty.ai/api-keys).
  20. - **Cost tracking**: Track cost per model, coding language, changed file, and more via the [Cost dashboard](https://app.requesty.ai/cost-management) or the [Requesty VS Code extension](https://marketplace.visualstudio.com/items?itemName=Requesty.requesty).
  21. - **Stats and logs**: See your [coding stats dashboard](https://app.requesty.ai/usage-stats) or go through your [LLM interaction logs](https://app.requesty.ai/logs).
  22. - **Fallback policies**: Keep your LLM working for you with fallback policies when providers are down.
  23. - **Prompt Caching:** Some providers support prompt caching. [Search models with caching](https://app.requesty.ai/router/list).
  24. ### Relevant resources
  25. - [Requesty Youtube channel](https://www.youtube.com/@requestyAI)
  26. - [Requesty Discord](https://requesty.ai/discord)