Settings

Configure your OpenRouter API key and model preferences.

OpenRouter API Key

Get your API key from openrouter.ai/keys. The API key is stored as an environment variable on the server.

Available Free Models

NVIDIA Nemotron 3 Super

120B param MoE, 1M context - Best for RAG Q&A

nvidia/nemotron-3-super-120b-a12b:free

Meta Llama 3.3 70B

Strong general purpose model

meta-llama/llama-3.3-70b-instruct:free

Tencent Hy3

295B MoE, strong reasoning

tencent/hy3:free

NVIDIA Nemotron 3 Ultra

550B MoE reasoning model

nvidia/nemotron-3-ultra-550b-a55b:free

Qwen 3 Next 80B

Fast MoE, good for chat

qwen/qwen3-next-80b-a3b-instruct:free

Google Gemma 4 31B

Dense 31B model

google/gemma-4-31b-it:free

Auto Free Router

Picks best free model automatically

openrouter/free

About Embeddings

This platform uses OpenRouter's free chat models to generate text embeddings for semantic search. Documents are split into chunks, embedded, and stored in-memory. For production use, consider a dedicated embedding model and vector database like Pinecone (as used in the reference platform).