محادثة LLMfree-tierauto-router
CallMissed — openrouter/auto logo

Auto Router

بواسطة CallMissed · تم الإصدار 2024

موجّه تلقائي ذكي يختار أفضل نموذج مجاني لكل طلب بناءً على تعقيد الموجّه، والقدرات المطلوبة (الرؤية، والأدوات، والمخرجات المنظّمة)، وتوافر النموذج.

CallMissed — openrouter/auto logo
محادثة LLM

Auto Router

مدعوم بواسطة CallMissed · Router (meta-model)

نافذة السياق

Varies

المعلمات

Varies (routes to different models)

الحد الأقصى للإخراج

Varies

الفئة

محادثة LLM

نظرة عامة

Auto Router (model ID: openrouter/auto) is a meta-model that doesn't run inference itself — instead, it analyzes each incoming request and routes it to the optimal free model available at that moment. The router intelligently filters for models that support the features your request needs, such as image understanding, tool calling, and structured outputs.

This makes it the simplest way to get started with CallMissed on the free tier: just set your model to "auto" and the router picks the best available free model for your specific prompt. If your request includes an image, it routes to a vision-capable model. If you need function calling, it picks a model that supports tools. If you just need text generation, it picks the fastest available option.

The router considers factors like prompt complexity, task type, and model capabilities when making its selection. Free-tier rate limits apply: approximately 20 requests per minute.

On CallMissed, the "auto" model ID is an alias for openrouter/auto. It's available on the free tier and charges a small flat rate per call (2.00/10.00 per 1M tokens) to cover infrastructure costs, even though the upstream model inference is free.

الأسعار

مقياسالسعر
إدخال /1M tokens₹200.0000
المخرجات /1M tokens₹1000.0000

1 رصيد = 1 روبية هندية = 0.01 دولار أمريكي. الأسعار المعروضة من المزوّد؛ تمرّر CallMissed الأسعار مع هامش ربح يقارب 35٪.

أبرز النقاط الرئيسية

  • مؤهل للفئة المجانية — تكلفة النموذج upstream صفر
  • يختار النموذج الأفضل لكل طلب تلقائيًا
  • يدعم الرؤية، واستدعاء الأدوات، والمخرجات المنظّمة عبر التوجيه
  • أسهل طريقة للبدء — ما عليك سوى ضبط النموذج على "auto"

المعايير المرجعية

المعيار المرجعيالنتيجة
RoutingDynamic
VisionSupported
ToolsSupported

التفاصيل التقنية

  • Meta-model: routes to the best available free model per request
  • تصفية حسب القدرات المطلوبة: الرؤية، استدعاء الأدوات، المخرجات المنظّمة
  • Rate limits: ~20 req/min (free tier)
  • الاسم المستعار لمعرّف النموذج: "auto" يُعيَّن داخليًا إلى "openrouter/auto"
  • تكلفة المصدر: 0 دولار (النماذج المجانية فقط)
  • تفرض CallMissed رسماً ثابتاً صغيراً لتغطية البنية التحتية

نقاط القوة

  • لا توجد تكلفة للنموذج الأساسي — فقط رسوم البنية التحتية لـ CallMissed
  • مطابقة تلقائية للقدرات — لا حاجة لاختيار نموذج
  • يوجّه دائمًا إلى نموذج متاح — آلية احتياطية مدمجة
  • أبسط إعداد: ما عليك سوى استخدام النموذج "auto"

القيود

  • لا يوجد تحكم في النموذج المحدد الذي يتعامل مع طلبك
  • تختلف الجودة حسب النموذج المجاني المحدد
  • Rate limited on the free tier (~20 req/min)
  • غير مناسب لأعباء العمل الإنتاجية التي تتطلب سلوكًا متسقًا للنموذج

حالات الاستخدام

البدء بسرعةاستخدام الخطة المجانيةالنمذجة الأولية والاختبارمعالجة دُفعية منخفضة التكلفة

مثال على API

curl https://api.callmissed.com/v1/chat/completions \
  -H "Authorization: Bearer cm_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto",
    "messages": [{"role": "user", "content": "What is the capital of France?"}]
  }'

نقطة النهاية: POST /v1/chat/completions · معرّف النموذج: openrouter/auto

جرّب Auto Router الآن

احصل على 1000 رصيد مجاني من API عند التسجيل. لا حاجة إلى بطاقة ائتمانية.