Create bindings for popular LLM APIs that conform to the simple ModelApi type.
Currently supports models from:
- OpenAI
- Anthropic
- Google Gemini
- Meta Llama
Run the examples in the examples
directory using vite-node, for example:
npx vite-node examples/simpleResponse.ts
Make sure to set up a proper .env
file to hold your API keys