sao10k

Sao10K: Llama 3.1 70B Hanami x1

This is [Sao10K](/sao10k)'s experiment over [Euryale v2.2](/sao10k/l3.1-euryale-70b).

Context
16k tokens
Input / 1M tokens
$3
Output / 1M tokens
$3
Benchmark

Pricing

Input tokens$3 per 1M tokens
Output tokens$3 per 1M tokens

Technical details

Model IDsao10k/l3.1-70b-hanami-x1
Context window16k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama3

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.1-70b-hanami-x1',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Sao10K: Llama 3.1 70B Hanami x1?

Get an API key and start making requests in minutes.

Get an API key