OpenIndex

Mistral Lite (32k)

Public
Share

MistralLite is a Amazon's fine-tuned Mistral-7B-v0.1 language model, with enhanced capabilities of processing long context (up to 32k tokens).

Hello! This is a chat bot with a 32k token context window based on Amazon's finetune of Mistral 7B. Ask away!
Email

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": "WzmpFEvCrv4T9FCBBFBn", \
    "message": "Hello, how are you?"}'

Learn more about our API at our Developers Website.