undi95
ReMM SLERP 13B
A recreation trial of the original MythoMax-L2-B13 but with updated models. #merge
Context
6k tokens
Input / 1M tokens
$0.45
Output / 1M tokens
$0.65
Benchmark
—
Pricing
Input tokens$0.45 per 1M tokens
Output tokens$0.65 per 1M tokens
Technical details
Model IDundi95/remm-slerp-l2-13b
Context window6k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama2
Max output tokens4,096
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'undi95/remm-slerp-l2-13b',
messages: [{ role: 'user', content: 'Hello!' }],
})