Curriculum Intelligence API
Power your EdTech product with curriculum-aligned AI. Get the same precision and curriculum intelligence that powers CurricuLLM, without the effort of building it yourself.
Power your EdTech product with curriculum-aligned AI. Get the same precision and curriculum intelligence that powers CurricuLLM, without the effort of building it yourself.
Building accurate curriculum integration takes years of development. We've done the hard work so you don't have to.
Our curriculum tokens give the model deep understanding of educational standards, producing the precision required for K-12 education.
OpenAI-compliant API means you can swap in CurricuLLM with minimal code changes. Start integrating in minutes, not months.
Pay only for what you use with transparent per-token pricing. Pre-paid credits mean no surprise bills at the end of the month.
Pre-paid, usage-based pricing in USD. No monthly commitments, no hidden fees.
Pay only for the tokens you use.
All prices in USD per million tokens
What are Curriculum Tokens?
Curriculum tokens are what make CurricuLLM special. They represent the model's deep understanding of educational standards, enabling the incredibly accurate curriculum alignment required for K-12 education. These tokens are automatically used when the model needs to reference curriculum knowledge.
Try the API in our interactive playground. Test requests, see responses, and get your API key—all in one place.
Our API currently supports the following curriculum frameworks
CurricuLLM-AU
Australian Curriculum v9
CurricuLLM-NZ
New Zealand Curriculum
CurricuLLM-AU-VIC
Victorian Curriculum
CurricuLLM-AU-WA
Western Australia Curriculum
Need a different curriculum?
If you want a curriculum not listed here, please email us at hello@curricullm.com
Our API is fully compatible with OpenAI's format, making it simple to integrate into your existing codebase. If you're already using OpenAI, switching to CurricuLLM is as easy as changing your API endpoint and key.
// Just update your base URLconst openai = new OpenAI({apiKey: "your-curricullm-api-key",baseURL: "https://api.curricullm.com/v1"});