sao10k

Sao10K: Llama 3 8B Lunaris

sao10k/l3-lunaris-8b
Контекст
8 192
Вход токены
4,92 ₽/M
Выход токены
6,15 ₽/M
описание

Lunaris 8B is a versatile generalist and roleplaying model based on Llama 3. It's a strategic merge of multiple models, designed to balance creativity with improved logic and general knowledge....

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через sao10k/l3-lunaris-8b
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "sao10k/l3-lunaris-8b",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'