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

Preços

Pagamento por uso

Sem custo inicial, pague apenas pelo que usar

Entrada$3.75 / M Tokens
Saída$7.50 / M Tokens

Uso da API

Use os exemplos de código abaixo para integrar com nossa API:

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)

Introdução do modelo

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

Info

Provedoralpindale
Tipollm

Funcionalidades suportadas

Entrada
Texto
Saída
Texto
Contexto6,144
Saída máx.1,024
Vision-
Function Calling-

Guia de acesso à API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID do modeloalpindale/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...

Entrada

$3.75 /M

Saída

$7.5 /M

Contexto

6K

Saída máx.

1K

Experimente Goliath 120b no WaveSpeedAI

Acesse Goliath 120b através da nossa API unificada — compatível com OpenAI, sem inicializações a frio, preços transparentes.

Abrir Playground

Perguntas frequentes sobre Goliath 120b

Quanto custa Goliath 120b via API?+

Preços no WaveSpeedAI: $3.75 por milhão de tokens de entrada e $7.50 por milhão de tokens de saída. Prompt caching e batch processing são cobrados separadamente e reduzem o custo efetivo em cargas longas e repetitivas.

Qual é a janela de contexto do Goliath 120b?+

Goliath 120b suporta até 6K tokens de contexto e até 1K tokens de saída por requisição.

Goliath 120b é compatível com OpenAI?+

Sim. O WaveSpeedAI expõe o Goliath 120b através de um endpoint compatível com OpenAI em https://llm.wavespeed.ai/v1. Aponte o SDK oficial da OpenAI para esta base URL com sua chave API do WaveSpeedAI — sem outras alterações no código.

Como começo a usar o Goliath 120b?+

Entre no WaveSpeedAI, crie uma chave API em Access Keys, então envie uma requisição para https://llm.wavespeed.ai/v1/chat/completions com o model id mostrado acima. Contas novas recebem créditos grátis para avaliar o Goliath 120b.

APIs LLM relacionadas