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

Pricing

Pay-per-use

No upfront costs, pay only for what you use

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

API Usage

Use the following code examples to integrate with our 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
Typellm

Supported Functionality

Input
Text
Output
Text
Context32,768
Max Output-
Vision-
Function Calling-

API Access Guide

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

Context

33K

Try Coder Large on WaveSpeedAI

Access Coder Large through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Coder Large

How much does Coder Large cost via the API?+

Pricing on WaveSpeedAI: $0.50 per million input tokens and $0.80 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Coder Large?+

Coder Large supports up to 33K tokens of context with up to — tokens of output per request.

Is Coder Large OpenAI-compatible?+

Yes. WaveSpeedAI exposes Coder Large through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Coder Large?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Coder Large before paying per token.

Related LLM APIs