CodeGemma 7B

Code

Google's CodeGemma 7B. Specialized for code tasks with Gemma architecture. Strong code completion.

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

Capabilities

Chat
Tool Calling

Technical Details

Model ID
codegemma-7b
Tokenizer
Gemma

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="codegemma-7b",
    messages=[{"role": "user", "content": "Hello!"}],
)

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

Start Using CodeGemma 7B

Create an account and start building with just $5.

codegemma-7b API - LlamaGate