Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
A
arcee-ai/coder-large

arcee-ai/coder-large

32,768 context · $0.50/M input tokens · $0.80/M output tokens

Coder‑Large is a 32 B‑parameter offspring of Qwen 2.5‑Instruct that has been further trained on permissively‑licensed GitHub, CodeSearchNet and synthetic bug‑fix corpora. It supports a 32k context window, enabling multi‑file...

Prezzi

Pay-per-use

Nessun costo iniziale, paga solo per ciò che usi

Input$0.50 / M Tokens
Output$0.80 / M Tokens

Utilizzo API

Usa i seguenti esempi di codice per integrare la nostra 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="arcee-ai/coder-large",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Info

Providerarcee-ai
Tipollm

Funzionalità supportate

Input
Testo
Output
Testo
Contesto32,768
Output massimo-
Vision-
Function Calling-

Guida all'accesso API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID modelloarcee-ai/coder-large

Coder Large API

arcee-ai/coder-large

Coder‑Large is a 32 B‑parameter offspring of Qwen 2.5‑Instruct that has been further trained on permissively‑licensed GitHub, CodeSearchNet and synthetic bug‑fix corpora. It supports a 32k context window, enabling multi‑file...

Input

$0.5 /M

Output

$0.8 /M

Contesto

33K

Prova Coder Large su WaveSpeedAI

Accedi a Coder Large tramite la nostra API unificata — compatibile con OpenAI, senza cold start, prezzi trasparenti.

Domande frequenti su Coder Large

Quanto costa Coder Large via API?+

Prezzi su WaveSpeedAI: $0.50 per milione di token in input e $0.80 per milione di token in output. Prompt caching e batch processing sono fatturati separatamente e riducono il costo effettivo su carichi lunghi e ripetitivi.

Qual è la context window di Coder Large?+

Coder Large supporta fino a 33K token di contesto e fino a — token di output per richiesta.

Coder Large è compatibile con OpenAI?+

Sì. WaveSpeedAI espone Coder Large tramite un endpoint compatibile con OpenAI all'indirizzo https://llm.wavespeed.ai/v1. Punta l'SDK ufficiale di OpenAI a questa base URL con la tua API key WaveSpeedAI — senza altre modifiche al codice.

Come si inizia con Coder Large?+

Accedi a WaveSpeedAI, crea una API key in Access Keys, poi invia una richiesta a https://llm.wavespeed.ai/v1/chat/completions con il model id mostrato sopra. I nuovi account ricevono crediti gratuiti per testare Coder Large.

API LLM correlate