BGE Base EN v1.5

Model Information

Display Name: BGE Base EN v1.5

API Model ID: BAAI/bge-base-en-v1.5

Category: Text To Embedding

Description: BGE (BAAI General Embedding) Base model optimized for English text embeddings. Excellent balance of speed and quality. **Key Features:** - 768-dimensional embeddings - Optimized for English text - Fast inference speed - Strong performance on retrieval tasks **Use Cases:** - Semantic search - Document retrieval - RAG applications - Text similarity **Performance:** - MTEB benchmark: Strong English performance - Ideal for cost-sensitive applications

Context Window: 512 tokens

How to Use This Model

To use BGE Base EN v1.5 via the HInow.ai API, use the model ID: BAAI/bge-base-en-v1.5

API Request Example (Chat/Text)


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "BAAI/bge-base-en-v1.5",
  "messages": [
    {"role": "user", "content": "Your message here"}
  ]
}
              

Pricing

  • input: $0.68

Quick Reference

To use this model, set: "model": "BAAI/bge-base-en-v1.5"

Featured: No

Documentation: https://hinow.ai/models/BAAI/bge-base-en-v1.5

API Endpoint: https://api.hinow.ai/v1

Back to Models

BGE Base EN v1.5

BAAI/bge-base-en-v1.5

$0.680
input

About

BGE (BAAI General Embedding) Base model optimized for English text embeddings. Excellent balance of speed and quality.

Key Features:

  • 768-dimensional embeddings
  • Optimized for English text
  • Fast inference speed
  • Strong performance on retrieval tasks

Use Cases:

  • Semantic search
  • Document retrieval
  • RAG applications
  • Text similarity

Performance:

  • MTEB benchmark: Strong English performance
  • Ideal for cost-sensitive applications

Capabilities

Text To Embedding
Context1K tokens

Code Examples

curl -X POST https://api.hinow.ai/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "BAAI/bge-base-en-v1.5",
    "input": "Your input here"
  }'