danetki-mlc

58
license:apache-2.0
by
lifeart
Language Model
OTHER
0.6B params
New
58 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
2GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ RAM

Code Examples

Input Formattypescript
import { CreateMLCEngine } from "@mlc-ai/web-llm";

const engine = await CreateMLCEngine("danetki-qwen3-0.6B-q4f16_1", {
  appConfig: {
    model_list: [{
      model: "https://huggingface.co/lifeart/danetki-mlc/resolve/main/",
      model_id: "danetki-qwen3-0.6B-q4f16_1",
      model_lib:
        "https://huggingface.co/lifeart/danetki-mlc/resolve/main/Qwen3-0.6B-q4f16_1-ctx4k_cs1k-webgpu.wasm",
    }],
  },
});

const reply = await engine.chat.completions.create({
  messages: [
    {
      role: "system",
      content:
        "Ты ведущий игры Данетки. Тебе дан контекст и вопрос игрока. Отвечай ТОЛЬКО одним словом: Да, Нет, или Не важно.",
    },
    {
      role: "user",
      content:
        "Контекст: Человек зашёл в бар и попросил стакан воды. Бармен достал пистолет и направил на него. Человек поблагодарил и ушёл.\n\nРазгадка: У человека была икота, и бармен испугал его, чтобы она прошла.\n\nВопрос: Человек хотел пить воду?",
    },
  ],
  temperature: 0.1,
  max_tokens: 10,
});

console.log(reply.choices[0].message.content); // "Нет"

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.