100% OpenAI SDK Compatible
Build with Outcry AI
Access our powerful Chat API. Get started with $10 in free credits. Drop-in replacement for OpenAI—just change the base URL.
Chat API
AI-powered conversations with activist expertise. Theory of Change positioning support.
OpenAI Compatible
Works with OpenAI SDK. Just change your baseURL and start building immediately.
Quick Start
Drop-in replacement for OpenAI. Change one line of code.
Chat API Example
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: 'oc_live_YOUR_KEY_HERE',
baseURL: 'https://api.outcryai.com/v1' // Only difference!
});
const response = await client.chat.completions.create({
model: 'outcry',
messages: [
{ role: 'user', content: 'How do I organize a climate strike?' }
]
});
console.log(response.choices[0].message.content);Why Outcry AI?
$10 Free Credits
Every new developer account gets $10 in free API credits to get started.
Pay-As-You-Go
Simple prepaid pricing. Chat from $0.06 per message. Only pay for what you use.
OpenAI SDK Support
Works with official OpenAI JavaScript and Python SDKs. No new library to learn.
Activist-Focused AI
Specialized knowledge in organizing, social movements, and Theory of Change frameworks.
Ready to Build?
Sign up now and get instant access to our API with $10 in free credits.