Back to Models

NeverSleep: Lumimaid v0.2 8B

neversleep/llama-3.1-lumimaid-8b

Description

Lumimaid v0.2 8B is a finetune of [Llama 3.1 8B](/models/meta-llama/llama-3.1-8b-instruct) with a "HUGE step up dataset wise" compared to Lumimaid v0.1. Sloppy chats output were purged. Usage of this model is subject to [Meta's Acceptable Use Policy](https://llama.meta.com/llama3/use-policy/).

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: NeverSleep: Lumimaid v0.2 8B (neversleep/llama-3.1-lumimaid-8b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "neversleep/llama-3.1-lumimaid-8b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the NeverSleep: Lumimaid v0.2 8B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.09$ / 1M tokens
  • Output: 0.6$ / 1M tokens

Token Limits

  • Max Output: 32,768 tokens
  • Max Context: 32,768 tokens

Subscription Tiers

  • free
  • pro
  • ultimate