Full support for OpenAI's function calling API. Works with all GPT
models including the latest reasoning models.
Function Calling
JSON Mode
Streaming
export OPENAI_API_KEY="sk-..."
reasonkit analyze
"Your question" --provider
openai
Native tool use support with Claude models. Extended context windows
perfect for deep analysis and multi-document reasoning.
Tool Use
200K Context
Vision
export ANTHROPIC_API_KEY="sk-ant-..."
reasonkit analyze
"Your question" --provider
anthropic
Leverage Google's multimodal reasoning with 1M+ token context.
Excellent for document analysis and visual reasoning tasks.
1M+ Context
Multimodal
Grounding
export GOOGLE_API_KEY="AIza..."
reasonkit analyze
"Your question" --provider
gemini
Run structured reasoning entirely locally. No API keys, no data
leaving your machine. Perfect for sensitive analysis.
100% Local
No API Key
Air-Gapped
ollama pull llama3.3
reasonkit analyze
"Your question" --provider
ollama
Enterprise-grade deployment with Azure's compliance certifications.
SOC 2, HIPAA, and GDPR compliant infrastructure.
Enterprise
SOC 2
HIPAA
export AZURE_OPENAI_ENDPOINT="..."
export AZURE_OPENAI_KEY="..."
reasonkit analyze "..." --provider
azure
Access multiple foundation models through AWS infrastructure. Native
IAM integration and VPC support.
Multi-Model
IAM Auth
VPC
export AWS_REGION="us-east-1"
reasonkit analyze "..." --provider
bedrock
Lightning-fast inference on custom LPU hardware. Sub-100ms responses
for rapid iteration and real-time analysis.
Ultra-Fast
<100ms
LPU
export GROQ_API_KEY="gsk_..."
reasonkit analyze "..." --provider
groq
Access 100+ open-source models with OpenAI-compatible API.
Cost-effective for high-volume structured reasoning.
100+ Models
OpenAI Compatible
Cost-Effective
export TOGETHER_API_KEY="..."
reasonkit analyze "..." --provider
together
Universal gateway to 340+ models from every major provider. Single
API key for maximum flexibility.
340+ Models
All Providers
Unified API
export OPENROUTER_API_KEY="sk-or-..."
reasonkit analyze "..." --provider
openrouter