Skip to main content

Colibri AI

Colibri AI is the AI brain powering the Colibri platform.

Task Chat Branch API
note

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.


Team

OwnerLead
MendyEsti

Status

Doc StatusProduct StatusLast UpdateVersionReleasePhase
In ProgressUp Next04.03.20240.01InternalAlpha

Description

Colibri AI is currently powered by Google Gemini 2.5 Flash via the Gemini API. The integration runs on a dedicated Dart Frog server deployed to GCP Cloud Run (me-west1).

All AI responses are routed through the Chat API — both standard (full JSON) and streaming (SSE) modes are supported. Firebase JWT authentication is enforced on all AI endpoints.

Current scope (Phase Alpha):

  • Chat completions via POST /chat and POST /chat/stream
  • Multi-user group chat context (AI addresses users by name via author field)
  • Rate limiting: 10 requests / 60 s per user
  • Secrets managed via GCP Secret Manager

Model: gemini-2.5-flash
Live URL: https://colibri-api-643619291153.me-west1.run.app

See Chat API Reference for full endpoint documentation.

Reminders