Back to Models
ReMM SLERP 13B
undi95/remm-slerp-l2-13bJul 22, 20236.1K context4.1K max output$0.45/M in · $0.65/M out
Description
A recreation trial of the original MythoMax-L2-B13 but with updated models. #merge
Specifications
Provider
undi95
Context Length
6.1K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.45 |
| Output | $0.65 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "undi95/remm-slerp-l2-13b",
"messages": [{"role": "user", "content": "Hello!"}]
}'