ragway v0.1.0 is live on PyPI → pip install ragway
docsProvidersLLMs

LLM Providers

ProviderConfig stringDefault modelFree tier
Anthropicanthropicclaude-sonnet-4-6No
OpenAIopenaigpt-4oNo
Mistralmistralmistral-large-latestTrial
Groqgroqllama-3.3-70b-versatileYes
Llama (local)llamallama-3.1-8b-instructFree
Local/Ollamalocalany Ollama modelFree

Install only what you need:

pip install ragway[anthropic]   # Anthropic only
pip install ragway[groq]        # Groq only
pip install ragway[mistral]     # Mistral only