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...
按量付费
无需预付费用,仅按实际使用量付费
使用以下代码示例接入我们的 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)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...
输入
$0.5 /M
输出
$0.8 /M
上下文
33K
通过我们的统一 API 接入 arcee-ai/coder-large — 兼容 OpenAI、无冷启动、透明计费。
打开 Playground