AI Models/alpindale/Goliath 120B
alpindaleChat

Goliath 120B

alpindale/goliath-120b
6KContext Window
1KMax Output
Supported Protocols:response_formatmax_tokenstemperaturetop_pstopfrequency_penaltypresence_penaltyrepetition_penaltylogit_biastop_kmin_pseedtop_alogprobstop_logprobs
Online

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

Capabilities

Text GenerationCode GenerationAnalysis & Reasoningmodels.reasoning

Technical Specs

Input Modality
Text
Output Modality
Text
Arch

Pricing

Pay per use, no monthly fees
Input Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="alpindale/goliath-120b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Goliath 120B
alpindale/goliath-120b
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window6K
Max Output1K
Start Using →View Integration Docs

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →