ReMM SLERP 13B

API ID: undi95/remm-slerp-l2-13b

Input Price
$0.45
/1M tokens
Output Price
$0.65
/1M tokens

About ReMM SLERP 13B

REMM-SLERP is Undi95's merged model using SLERP interpolation techniques. The model combines multiple model strengths through careful merging. REMM-SLERP demonstrates community innovation in model merging. For developers interested in merged models, REMM-SLERP offers combined capability.

💰
Price Ranking
#838 lowest price among 1240 Chat models

Model Specifications

Context Length
6k
Max Output
6k
Release Date
2023-07-22
Capabilities
chat
Input Modalities
text
Output Modalities
text

Best For

  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.40
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$12.60
/month
1000 tickets/day, ~800 tokens each

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen3 235B A22B Instruct 2507
Input: $0.22
Output: $0.88
Context: 262k
Cognitivecomputations Uncensored (free)
Input: $0.20
Output: $0.90
Context: 128k
Other DeepSeek R1T2 Chimera
Input: $0.25
Output: $0.85
Context: 164k
Other R1T Chimera
Input: $0.25
Output: $0.85
Context: 164k

🚀 Quick Start

Get started with ReMM SLERP 13B API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="undi95/remm-slerp-l2-13b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)