Sao10k API

Access Sao10k instantly with Puter.js, and add AI to any app in a few lines of code without backend or API keys.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.chat("Explain AI like I'm five!", {
    model: "sao10k/l3-euryale-70b"
}).then(response => {
    console.log(response);
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain AI like I'm five!", {
            model: "sao10k/l3-euryale-70b"
        }).then(response => {
            console.log(response);
        });
    </script>
</body>
</html>

List of Sao10k Models

Chat

Sao10K: Llama 3.3 Euryale 70B

sao10k/l3.3-euryale-70b

Llama 3.3 Euryale 70B v2.3 is the latest in Sao10K's Euryale series, built on Llama 3.3 Instruct with a 131K context window and 16K output limit. It's a direct successor to v2.2, trained without LoRA extraction for more robust creative roleplay and storywriting performance.

Chat

Sao10K: Llama 3.1 70B Hanami x1

sao10k/l3.1-70b-hanami-x1

Llama 3.1 70B Hanami x1 is an experimental 70B model built on top of Euryale v2.2 by Sao10K, offering a different feel with enhanced creativity and logical reasoning. The creator considers it an improvement over both Euryale v2.1 and v2.2.

Chat

Sao10K: Llama 3.1 Euryale 70B v2.2

sao10k/l3.1-euryale-70b

Llama 3.1 Euryale 70B v2.2 is Sao10K's creative roleplay model built on Meta's Llama 3.1 architecture with improved multi-turn coherency, system prompt handling, and reasoning capabilities. It features a 32K context window and excels at immersive storytelling with strong prompt adherence.

Chat

Sao10K: Llama 3 8B Lunaris

sao10k/l3-lunaris-8b

Llama 3 8B Lunaris is a versatile 8B parameter generalist and roleplaying model created by merging five different Llama 3-based models. It balances creativity with improved logical reasoning and general knowledge, serving as an evolution of Stheno v3.2.

Chat

Sao10k: Llama 3 Euryale 70B v2.1

sao10k/l3-euryale-70b

Llama 3 Euryale 70B v2.1 is a 70-billion parameter model by Sao10K focused on creative roleplay and storytelling, featuring strong prompt adherence, spatial awareness, and non-restrictive creative writing capabilities. It adapts well to custom formatting and produces highly varied, creative outputs.

Frequently Asked Questions

What is this Sao10k API about?

The Sao10k API gives you access to models for AI chat. Through Puter.js, you can start using Sao10k models instantly with zero setup or configuration.

Which Sao10k models can I use?

Puter.js supports a variety of Sao10k models, including Sao10K: Llama 3.3 Euryale 70B, Sao10K: Llama 3.1 70B Hanami x1, Sao10K: Llama 3.1 Euryale 70B v2.2, and more. Find all AI models supported by Puter.js in the AI model list.

How much does it cost?

With the User-Pays model, users cover their own AI costs through their Puter account. This means you can build apps without worrying about infrastructure expenses.

What is Puter.js?

Puter.js is a JavaScript library that provides access to AI, storage, and other cloud services directly from a single API. It handles authentication, infrastructure, and scaling so you can focus on building your app.

Does this work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Sao10k API through Puter.js works with any JavaScript framework, Node.js, or plain HTML. Just include the library and start building. See the documentation for more details.