Llama 3 8B Lunaris

Other chattool_usereasoning

API ID: sao10k/l3-lunaris-8b

Input Price
$0.04
/1M tokens
Output Price
$0.05
/1M tokens

About Llama 3 8B Lunaris

L3 Lunaris is Sao10K's creative fine-tune based on Llama 3 8B, optimized for narrative generation. The model excels at storytelling in a compact package. L3 Lunaris demonstrates efficient creative capability. For developers seeking compact creative AI, L3 Lunaris offers narrative generation.

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

Model Specifications

Context Length
8k
Max Output
โ€”
Release Date
2024-08-13
Capabilities
chat tool_use reasoning
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.03
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$1.05
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$1.50
/month
500 analyses/day, ~2k tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Llama 3 8B Lunaris Current Free Free 8k chat tool_use reasoning
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

Google Gemma 3 4B
Input: $0.02
Output: $0.07
Context: 131k
Mistral Mistral 7B Instruct
Input: $0.03
Output: $0.05
Context: 33k
Meta Llama 3.2 11B Vision Instruct
Input: $0.05
Output: $0.05
Context: 131k
Mistral Mistral Embed 2312
Input: $0.10
Output: Free
Context: 8k

๐Ÿš€ Quick Start

Get started with Llama 3 8B Lunaris 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="sao10k/l3-lunaris-8b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)