What is EGreed AI?

Hosted foundation models, embeddings, vision, and speech — plus the Kero V4 assistant.

Updated June 27, 2026 4 min read

Overview

EGreed AI is a unified API for text generation, embeddings, vision, and speech. It also powers Kero V4, our multilingual assistant.

Capabilities

  • Chat and completion models with function calling
  • Multilingual embeddings for semantic search
  • Vision understanding for images and PDFs
  • Real-time speech-to-text and text-to-speech

Quickstart

curl https://api.egreedtech.org/v1/chat \
  -H "Authorization: Bearer $EGREED_API_KEY" \
  -d '{"model":"egreed-flash","messages":[{"role":"user","content":"Hello"}]}'
aimloverviewkero

Was this article helpful?

Related articles