mistral/ministral-8b-latest/Released Oct 2024
Ministral 8B
Efficient edge model with native function calling and interleaved sliding-window attention for fast, memory-efficient processing in resource-constrained environments.
Provider
mistral
Modality
text-to-text
Released
Oct 2024
Pricing
$0.10 / 1M in$0.10 / 1M out
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "ministral-8b-latest",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'