Quickstart Guide
https://ephemeralai.vercel.app/api/v1/chat/completions (POST)
{ "prompt": "", "model": "" }
Headers
Authorization: 'Bearer
YOUR_API_KEY'
Prompt
The prompt that is given to the model
Model
The LLM model to use
https://ephemeralai.vercel.app/api/v1/models (GET)
Headers
Authorization: 'Bearer
YOUR_API_KEY'