All Models
B

BGE Embedding EN

utility

by BAAI

Model ID:BAAI/bge-large-en-v1.5

English text embeddings. Available through the llmair OpenAI-compatible API at https://api.llmair.ai/v1.

Modality
embedding
Price / 1M
$0.01 in
$0.01 out
Context
4K
Provider
BAAI

Quick Start

Call BAAI/bge-large-en-v1.5 via the OpenAI-compatible API.

curl
curl https://api.llmair.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "BAAI/bge-large-en-v1.5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Capabilities

×
Text Generation
Not supported
Streaming
Supported
×
JSON Mode
Not supported
×
Function Calling
Not supported
×
System Prompts
Not supported
×
Vision Input
Not supported
×
Image Generation
Not supported
×
Audio
Not supported
Embeddings
Supported
×
Reasoning
Not supported

Pricing

All prices per 1 million tokens. Pay only for what you use.

TypePrice
Input (prompt)$0.0100 / 1M
Output (completion)$0.0100 / 1M

Best For

  • English text embeddings
  • RAG pipelines and semantic search

Limitations

  • No image input or output
  • No native audio processing
  • Lower reasoning depth than flagship models
  • No real-time internet access
  • Knowledge has a training cutoff

More from BAAI