Seedance 2.0 | Special Offer ✦ 10% OFF NOW
A
alpindale/goliath-120b

alpindale/goliath-120b

6,144 context · $3.75/M input tokens · $7.50/M output tokens

A large LLM created by combining two fine-tuned Llama 70B models into one 120B model. Combines Xwin and Euryale. Credits to - @chargoddard for developing the framework used to merge...

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$3.75 / M Tokens
Çıkış$7.50 / M Tokens

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

Model Tanıtımı

Alpindale goliath-120b

A large LLM created by combining two fine-tuned Llama 70B models into one 120B model

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

Credits to

#merge


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 6144 context window for long document handling
  • Competitive pricing at $4.1/$8.2 per million tokens

Key Features

  • Context Window: 6144 tokens
  • Max Output: 1024 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderAlpindale
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window6144 tokens
Max Output1024 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$4.1
Output$8.2

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: alpindale/goliath-120b


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "alpindale/goliath-120b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: alpindale/goliath-120b
  • Provider: Alpindale

Bilgi

Sağlayıcıalpindale
Türllm

Desteklenen İşlevsellik

Giriş
Metin
Çıkış
Metin
Bağlam6,144
Maks. Çıkış1,024
Vision-
Function Calling-

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDalpindale/goliath-120b

Goliath 120b API

alpindale/goliath-120b

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...

Giriş

$3.75 /M

Çıkış

$7.5 /M

Bağlam

6K

Maks. Çıkış

1K

Goliath 120b'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Goliath 120b'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Playground'u Aç

Goliath 120b hakkında sık sorulan sorular

Goliath 120b API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $3.75 ve milyon çıkış tokenı başına $7.50. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Goliath 120b'in bağlam penceresi nedir?+

Goliath 120b istek başına 6K bağlam tokenını ve 1K çıkış tokenını destekler.

Goliath 120b OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Goliath 120b modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Goliath 120b'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Goliath 120b'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri