gryphe

MythoMax 13B

gryphe/mythomax-l2-13b
Контекст
8 192
Вход токены
9,84 ₽/M
Выход токены
13,54 ₽/M
описание

One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge

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

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

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