What is EGreed AI?
EGreed AI offers hosted foundation models, embeddings, and assistants through a single API.
Updated June 27, 2026 4 min read
Overview
EGreed AI is a unified API for text generation, embeddings, vision, and speech. Models are billed per request and share the same authentication and quota system as the rest of the EGreed ecosystem.
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"}]}'
aimloverview