sao10k
Sao10K: Llama 3 8B Lunaris
Lunaris 8B is a versatile generalist and roleplaying model based on Llama 3. It's a strategic merge of multiple models, designed to balance creativity with improved logic and general knowledge....
Context
8k tokens
Input / 1M tokens
$0.04
Output / 1M tokens
$0.05
Benchmark
—
Pricing
Input tokens$0.04 per 1M tokens
Output tokens$0.05 per 1M tokens
Technical details
Model IDsao10k/l3-lunaris-8b
Context window8k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama3
Max output tokens16,384
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'sao10k/l3-lunaris-8b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Sao10K: Llama 3 8B Lunaris?
Get an API key and start making requests in minutes.
Get an API key