AICU API Platform
News & Changelog
Product updates, new models, and pricing changes. Pricing changes are tagged Pricing. The live source of truth for models and prices is GET /v1/chat/models.
- Model
ElevenLabs v3 — emotional TTS, plus a dedicated compat endpoint
Audio API docs →POST /v1/audio/speechand the newPOST /v1/el/ttsnow acceptmodel: "eleven_v3"for ElevenLabs’ newest model — inline audio tags like[excited]or[whispers]shape delivery (5,000-char limit per request, vs 10,000 for the defaulteleven_multilingual_v2). Unrecognizedmodelvalues now return a clear 400 instead of silently generating with the wrong model. Also fixed:POST /v1/tts/generate(theslug-based legacy path, e.g.slug: "luc4") had been pointing at a retired backend and always failing — it now runs on the same ElevenLabs gateway as everything else. Verified against production with real audio for both models. - Pricing
Gemini pricing update
The default
See pricing tiers →gemini-flashnow maps to Gemini 2.5 Flash-Lite at 3 / 12 AP per 1K tokens (input / output) — lighter and cheaper for high-volume work. A newgemini-3.6-flashis added at 45 / 225 AP for top-quality reasoning. All rates follow our cost×3 policy. - Model
Kimi-K2.7-Code (Powered by Sakura AI Engine)
A coding-specialized model —
OpenCode setup →kimi-k2.7-code. OpenAI-compatible and verified working in OpenCode (v1.18.9) through api.aicu.ai. Also works from Cline and Continue. Free during public preview; domestic inference, no training on your data. - Platform
API keys required · reasoning models improved
All
Get an API key →/v1endpoints now require a Bearer API key (issue one in the dashboard; public listing endpoints stay open). Reasoning models (gpt-5*) now honorreasoning_effort(minimal/low/medium/high) and default tominimalwhen unset, so short prompts return content instead of spending the budget on reasoning tokens. - Program
Reiwa 8 Kumamoto Earthquake — free API for relief apps
Free access to our AI API infrastructure (OpenAI-compatible LLMs, multilingual text-to-speech, Whisper speech-to-text, image generation) for developers building disaster-support apps, through 2026-10-31.
AICU Call ↗ - Feature
Audio API — multilingual TTS + Whisper STT
Text-to-speech via ElevenLabs voices (elena / mei / mina / nao / saki) at
Audio API docs →POST /v1/audio/speech, and speech-to-text via Sakurawhisper-large-v3-turboatPOST /v1/audio/transcriptions. Both are OpenAI-SDK compatible. - Feature
Image API with C2PA provenance
Generate images at
Image API docs →POST /v1/images/generations(GPT-Image-2 and Nano Banana 2), and detect embedded C2PA content-credentials atPOST /v1/images/inspect.