Back to Models

Sao10K: Llama 3.3 Euryale 70B

sao10k/l3.3-euryale-70b
Dec 18, 2024131.1K context16.4K max output$0.65/M in · $0.75/M out

Description

Euryale L3.3 70B is a model focused on creative roleplay from Sao10k. It is the successor of Euryale L3 70B v2.2.

Specifications

Provider
sao10k
Context Length
131.1K
Max Output
16.4K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.65
Output$0.75

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sao10k/l3.3-euryale-70b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'