The Requesty adapter for LlamaIndex TypeScript provides a seamless integration to access over 300 large language models through the Requesty platform within your LlamaIndex applications.
For security, you should set your API key as an environment variable named exactly REQUESTY_API_KEY:
Copy
# Linux/Macexport REQUESTY_API_KEY=your_api_key_here# Windows Command Promptset REQUESTY_API_KEY=your_api_key_here# Windows PowerShell$env:REQUESTY_API_KEY="your_api_key_here"
For detailed usage examples, configuration options, and advanced features, please refer to the GitHub repository which contains comprehensive documentation and examples to help you get started with the integration.The adapter is designed to work seamlessly with existing LlamaIndex TypeScript applications while providing access to Requesty’s powerful model routing and analytics capabilities.