Cogito V2 Preview Llama 109B

Other chatvisionreasoning

API ID: deepcogito/cogito-v2-preview-llama-109b-moe

Input Price
$0.18
/1M tokens
Output Price
$0.59
/1M tokens

About Cogito V2 Preview Llama 109B

Cogito is DeepCogito's reasoning model series, designed for complex analytical tasks. The models feature enhanced reasoning capabilities for mathematical and logical problems. Cogito variants are built on various base models including DeepSeek and Llama. The series demonstrates DeepCogito's focus on reasoning AI. For applications requiring strong analytical capability, Cogito offers specialized reasoning performance.

💰
Price Ranking
#719 lowest price among 950 Chat models

Model Specifications

Context Length
131k
Max Output
Release Date
2025-09-02
Capabilities
chat vision reasoning
Input Modalities
imagetext
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.26
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$8.01
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$11.13
/month
500 analyses/day, ~2k tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Cogito V2 Preview Llama 109B Current Free Free 131k chat vision reasoning
Riverflow V2 Max Preview Free Free 8k chat vision image_gen
Riverflow V2 Standard Preview Free Free 8k chat vision image_gen
Riverflow V2 Fast Preview Free Free 8k chat vision image_gen
AFM 4.5B Free Free 66k chat
AFM 4.5B Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen2.5 VL 72B Instruct
Input: $0.15
Output: $0.60
Context: 33k
Alibaba Qwen Qwen3 VL 30B A3B Instruct
Input: $0.15
Output: $0.60
Context: 131k
Meta Llama 4 Maverick
Input: $0.15
Output: $0.60
Context: 1.0M
OpenAI GPT-4o-mini Search Preview
Input: $0.15
Output: $0.60
Context: 128k

🚀 Quick Start

Get started with Cogito V2 Preview Llama 109B API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="deepcogito/cogito-v2-preview-llama-109b-moe",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)