Lumimaid v0.2 8B

Other chat

API ID: neversleep/llama-3.1-lumimaid-8b

Input Price
$0.09
/1M tokens
Output Price
$0.60
/1M tokens

About Lumimaid v0.2 8B

Lumimaid v0.2 8B is a budget-friendly general-purpose model from Other with long context (131k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#702 lowest price among 950 Chat models

Model Specifications

Context Length
131k
Max Output
โ€”
Release Date
2024-09-15
Capabilities
chat
Input Modalities
text
Output Modalities
text

Best For

  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.22
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$6.75
/month
1000 tickets/day, ~800 tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Lumimaid v0.2 8B Current Free Free 131k chat
Riverflow V2 Max Preview Free Free 8k chat vision image_gen
Riverflow V2 Standard Preview Free Free 8k chat vision image_gen
Riverflow V2 Fast Preview Free Free 8k chat vision image_gen
AFM 4.5B Free Free 66k chat
AFM 4.5B Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Meta Llama 3 70B Instruct
Input: $0.30
Output: $0.40
Context: 8k
DeepSeek DeepSeek V3.2 Speciale
Input: $0.27
Output: $0.41
Context: 164k
xAI Grok 4.1 Fast
xAI
Input: $0.20
Output: $0.50
Context: 2.0M
DeepSeek DeepSeek V3.2 Exp
Input: $0.27
Output: $0.41
Context: 164k

๐Ÿš€ Quick Start

Get started with Lumimaid v0.2 8B API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="neversleep/llama-3.1-lumimaid-8b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)