sao10k

Sao10K: Llama 3.3 Euryale 70B

Euryale L3.3 70B is a model focused on creative roleplay from [Sao10k](https://ko-fi.com/sao10k). It is the successor of [Euryale L3 70B v2.2](/models/sao10k/l3-euryale-70b).

Context
131k tokens
Input / 1M tokens
$0.65
Output / 1M tokens
$0.75
Benchmark

Pricing

Input tokens$0.65 per 1M tokens
Output tokens$0.75 per 1M tokens

Technical details

Model IDsao10k/l3.3-euryale-70b
Context window131k 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.3-euryale-70b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Sao10K: Llama 3.3 Euryale 70B?

Get an API key and start making requests in minutes.

Get an API key