Back to Models

Goliath 120B

alpindale/goliath-120b
Nov 10, 20236.1K context1.0K max output$3.75/M in · $7.50/M out

Description

A large LLM created by combining two fine-tuned Llama 70B models into one 120B model. Combines Xwin and Euryale.

Credits to

#merge

Specifications

Provider
alpindale
Context Length
6.1K
Max Output
1.0K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$3.75
Output$7.50

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": "alpindale/goliath-120b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'