Daily Kairos

📋 What you'll enter in the app

Base URL — The root endpoint of the provider's API, ending before /chat/completions.
Example: https://api.groq.com/openai/v1

API Key — Your secret key from the provider's dashboard.

Model Name — The exact model identifier the provider uses.
Example: llama-3.3-70b-versatile

Groq

Groq offers extremely fast inference on open-source models like Llama 3. It has a free tier with generous rate limits.

Sign in or create a free account at console.groq.com, navigate to API Keys, and create a new key. Copy it before closing — it's only shown once.

Groq quickstart documentation ↗

Values to enter in Daily Kairos:

Base URL https://api.groq.com/openai/v1
API Key Your Groq API key
Model Name llama-3.3-70b-versatile (or another from the Groq model list)

🔀 OpenRouter

OpenRouter is a unified gateway to hundreds of models — GPT-4o, Claude, Gemini, Llama, Mistral, and more — all under a single API key.

Sign in or create an account at openrouter.ai, then go to your account Keys page and create a new key. Copy it once generated.

OpenRouter quickstart documentation ↗

Values to enter in Daily Kairos:

Base URL https://openrouter.ai/api/v1
API Key Your OpenRouter API key
Model Name openai/gpt-4o (or any ID from openrouter.ai/models)

📱 Entering a custom provider in Daily Kairos

1

Open Daily Kairos, tap the Settings icon (⚙️), then tap AI Provider. Tap Add Provider.

2

Select Custom / Advanced from the provider menu.

3

Fill in the three fields — Base URL, API Key, and Model Name — using the values from your chosen provider above.

4

Tap Verify & Save. If the connection succeeds, your custom provider will be saved and set as the active provider.

💡 Any OpenAI-compatible endpoint works
If you run a local model (e.g. via Ollama or LM Studio), you can point Daily Kairos at http://localhost:11434/v1 or whatever endpoint your server exposes, as long as it speaks the OpenAI Chat Completions API format.