Back to Models

MythoMax 13B

gryphe/mythomax-l2-13b

Description

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

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: MythoMax 13B (gryphe/mythomax-l2-13b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "gryphe/mythomax-l2-13b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the MythoMax 13B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.06$ / 1M tokens
  • Output: 0.06$ / 1M tokens

Token Limits

  • Max Output: 4,096 tokens
  • Max Context: 4,096 tokens

Subscription Tiers

  • free
  • pro
  • ultimate