Back to Models

Goliath 120B

alpindale/goliath-120b

Description

A large LLM created by combining two fine-tuned Llama 70B models into one 120B model. Combines Xwin and Euryale. Credits to - [@chargoddard](https://huggingface.co/chargoddard) for developing the framework used to merge the model - [mergekit](https://github.com/cg123/mergekit). - [@Undi95](https://huggingface.co/Undi95) for helping with the merge ratios. #merge

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Goliath 120B (alpindale/goliath-120b)

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

Supported Modalities

  • Text

API Pricing

  • Input: 6$ / 1M tokens
  • Output: 8$ / 1M tokens

Token Limits

  • Max Output: 1,024 tokens
  • Max Context: 6,144 tokens

Subscription Tiers

  • free
  • pro
  • ultimate