Description
An instruction-tuned, hybrid-reasoning Mixture-of-Experts model built on Llama-4-Scout-17B-16E. Cogito v2 can answer directly or engage an extended “thinking” phase, with alignment guided by Iterated Distillation & Amplification (IDA). It targets coding, STEM, instruction following, and general helpfulness, with stronger multilingual, tool-calling, and reasoning performance than size-equivalent baselines. The model supports long-context use (up to 10M tokens) and standard Transformers workflows. Users can control the reasoning behaviour with the `reasoning` `enabled` boolean. [Learn more in our docs](https://openrouter.ai/docs/use-cases/reasoning-tokens#enable-reasoning-with-default-config)
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Cogito V2 Preview Llama 109B (deepcogito/cogito-v2-preview-llama-109b-moe)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "deepcogito/cogito-v2-preview-llama-109b-moe",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Cogito V2 Preview Llama 109B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 0.18$ / 1M tokens
- Output: 0.59$ / 1M tokens
Token Limits
- Max Output: 32,767 tokens
- Max Context: 32,767 tokens
Subscription Tiers
- free
- pro
- ultimate