Back to Models
Sao10K: Llama 3.1 Euryale 70B v2.2
sao10k/l3.1-euryale-70bAug 28, 2024131.1K context16.4K max output$0.85/M in · $0.85/M out
Description
Euryale L3.1 70B v2.2 is a model focused on creative roleplay from Sao10k. It is the successor of Euryale L3 70B v2.1.
Specifications
Provider
sao10k
Context Length
131.1K
Max Output
16.4K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.85 |
| Output | $0.85 |
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.1-euryale-70b",
"messages": [{"role": "user", "content": "Hello!"}]
}'