BGE-M3
BGE-M3 is an embedding model built by BAAI. Strongest at Text embeddings, semantic search. Self-hosted on Free.ai GPUs — runs free against your daily token pool (100 tokens per call). Released under MIT — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/image/generate/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"bge-m3","prompt":"your prompt here"}'
API Documentation
Get API Key