ReMM SLERP 13B

A recreation trial of the original MythoMax-L2-B13 but with updated models. #merge

ChatUndi956k tokens$0.4905 / $0.7085 · 1M

undi95/remm-slerp-l2-13b

Context
6k tokens
Completion cap
6,144
Tools
No
JSON
Yes
Released
2023-07-22

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "undi95/remm-slerp-l2-13b",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is ReMM SLERP 13B?
A recreation trial of the original MythoMax-L2-B13 but with updated models. #merge ReMM SLERP 13B runs on the Geek Hub API (OpenAI-compatible). Model id: undi95/remm-slerp-l2-13b.
Is ReMM SLERP 13B free?
No. Input is $0.4905 per 1M tokens and output is $0.7085 per 1M tokens on Geek Hub (markup included).
What is the context length of ReMM SLERP 13B?
ReMM SLERP 13B has a 6k tokens context window. It supports up to 6,144 completion tokens.
Does ReMM SLERP 13B support tool calling and structured outputs?
ReMM SLERP 13B does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
When was ReMM SLERP 13B released?
ReMM SLERP 13B was released on 2023-07-22.