DeepSeek Coder 6.7B

Code

DeepSeek's specialized code model. Excellent for code generation, completion, and understanding. MIT licensed.

Pricing
Input
$0.06/1M
Output
$0.12/1M
Context Length
16K tokens
Max Completion
4K tokens

Capabilities

Chat
Tool Calling

Technical Details

Model ID
deepseek-coder-6.7b
Tokenizer
DeepSeek

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.llamagate.ai/v1",
    api_key="your-api-key",
)

response = client.chat.completions.create(
    model="deepseek-coder-6.7b",
    messages=[{"role": "user", "content": "Hello!"}],
)

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

Start Using DeepSeek Coder 6.7B

Create an account and start building with just $5.

deepseek-coder-6.7b API - LlamaGate