FunctionGemma

Tool Calling

Specialized tiny model optimized for function/tool calling. Extremely fast and efficient for agentic workflows.

Pricing
Input
$0.02/1M
Output
$0.04/1M
Context Length
8K tokens
Max Completion
2K tokens

Capabilities

Chat
Tool Calling

Technical Details

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

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

Start Using FunctionGemma

Create an account and start building with just $5.

functiongemma API - LlamaGate