OpenThinker 7B

Reasoning

OpenThinker 7B with enhanced chain-of-thought reasoning. Excellent for complex problem solving.

Pricing
Input
$0.08/1M
Output
$0.15/1M
Context Length
33K tokens
Max Completion
8K tokens

Capabilities

Chat
Tool Calling

Technical Details

Model ID
openthinker-7b
Tokenizer
Qwen

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

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

Start Using OpenThinker 7B

Create an account and start building with just $5.

openthinker-7b API - LlamaGate