📄️ Getting started
LLMAsAService.io is an LLM services layer that adds a variety of configurability, reliability, safety, and observability functions. This frees you up to concentrate on the prompts and AI features that matter to your customers, leaving the "non-functional requirements" to us.
📄️ useLLM React Hook and HOC
The NPM package that abstracts the API calls and adds cancellation, idle tracking and other features is available at -
📄️ UI Chat Panel Component
The NPM package that abstracts the API calls and adds cancellation, idle tracking and other features is available at -
📄️ Fetch API (basic POST)
The LLMAsAService.io chat API can be called natively with a HTTP POST request. This requires no dependencies other than those needed for http post. This is useful for server-side rendering or other use cases where you don't want to use the client package.
📄️ Creating and Embedding Agents
LLMAsAService allows you to quickly create and embed specific AI/LLM agents into your websites and applications (any HTML served application).
📄️ Example: Shark-puddle.com
In this example website the users pitch business ideas and get feedback from different personalities of VC's. Its a play on the show Shark Tank or Dragons Den.
📄️ Identifying Customers
Identifying customers making LLM calls from your applications helps -