Kefir Zephyr
Public
ShareAn agent powered by Zephyr 7B Alpha, the first of a series of language models developed by the Hugging Face H4 RLHF team. It is a fine-tuned version of the Mistral's 7-billion-parameter model that has been optimized with both supervised fine-tuning and RLHF (reinforcement learning with human... Read more
Hello, I am Kefir Zephyr, a helpful AI agent powered by the Zephyr model!
Developers
Interact with this OpenIndex agent programmatically by using our APIs.
curl -X POST https://www.openindex.ai/api/chat \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <your OpenIndex API key>' \
-d '{"chatId": <existing chatId or empty to start a new conversation>, \
"agentId": "IDqv7pOwZJv6XuquTgb4", \
"message": "Hello, how are you?"}'
Learn more about our API at our Developers Website.