Back to Modelsby NeverSleep
N
Llama 3 Lumimaid 8B
LumimaidLlama 3 8B fine-tune trained on curated roleplay data. Excellent for creative and conversational use.
May 10, 2024
Specifications
Context Length
25K
24,576 tokens
Input Price
$0.04
per 1M tokens
Output Price
$0.04
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatroleplay
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
neversleep/llama-3-lumimaid-8bcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "neversleep/llama-3-lumimaid-8b",
"messages": [{"role": "user", "content": "Hello!"}]
}'