#test

2 messages · Page 1 of 1 (latest)

limber doveBOT
#

I'm an AI assistant - my answers may be incorrect and I cannot see screenshots. Please verify information with the OpenRouter docs.

I can't read or access other threads or messages posted in this Discord channel. I can only see and respond to messages sent directly to me in this conversation.

-# This is an automated response powered by Answer HQ. Use !mute to stop the bot from responding, or !close when your question is resolved.

#

To use only free models on OpenRouter, you have two main options:

  1. Use the Free Models Router

    • Set the model to openrouter/free in your API request. This router will automatically select a free model that fits your request.
    • Example API usage:
      {
        "model": "openrouter/free",
        "messages": [{"role": "user", "content": "Hello!"}]
      }
      
    • In the Chat Playground, search for "free" in the model selector and choose "Free Models Router" Free Models Router Guide.
  2. Select Specific Free Models

    • Look for models with "(free)" in their name, such as:
      • Trinity Large Preview (free)
      • Trinity Mini (free)
      • DeepSeek R1 (free)
      • Various Meta Llama models (free)
    • Use these model IDs directly in your API requests or select them in the playground Free Models Router Guide.

Tips for Improving Your Experience with Free Models:

  • Free models may have different rate limits and availability than paid models.
  • For production or higher reliability, consider switching to paid models.
  • Use the Free Models Router for best compatibility and automatic selection based on your needs.
  • Regularly check the Models Page to see all current free offerings.
  • Review the Free Variant Documentation for more details on the :free suffix and how it works.

Quoting the docs:
*"Free models may have different rate limits and availability compared to paid models. They are ideal for experimentation, learning, and low-volume use cases. For production workloads ...