Google AI: Gemini Embedding
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemini-embedding-001 |
| Provider | Google AI |
| Category | Embedding |
| Released | TBD |
| Status | Active |
| Flagship | No |
Description
Gemini Embedding is a text embedding model for semantic search and vector-based tasks. Developed by Google AI, this model is optimized for its specific use case category.
Specifications
| Property | Value |
|---|---|
| Context Window | N/A |
| Max Output Tokens | N/A |
| Knowledge Cutoff | N/A |
| Modalities | Text |
| Speed Tier | N/A |
| Quality Tier | N/A |
Pricing
| Type | Price |
|---|---|
| Input | $0.15 per 1M tokens |
| Output | N/A per 1M tokens |
Capabilities
| Capability | Supported |
|---|---|
| Vision/Image Input | No |
| Tool/Function Calling | No |
| JSON Mode | No |
| Streaming | Yes |
| System Prompt | Yes |
Use Cases
- Semantic search and retrieval
- Document similarity comparison
- Clustering and categorization
- Recommendation systems
- Vector-based semantic matching
Strengths
- Reliable and consistent performance
- Well-documented and supported
- Suitable for production use
- Comprehensive capability set
Limitations
- No vision or image input capability
- Limited tool/function calling support
- No guaranteed JSON output mode
- Specialized model not suitable for general chat
Integration with LangMart
Gateway Support:
- Type 1 (Full Platform): Yes
- Type 2 (Cloud Gateway): Yes
- Type 3 (Self-hosted): Yes
API Endpoint:
curl -X POST https://api.langmart.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-embedding-001",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 1024
}'
OpenAI Compatibility: Full compatibility with OpenAI API format.
Related Models
Models in this category and from this provider are available in the LangMart marketplace.
Additional Resources
Data Source: LangMart Provider Models Database Last Updated: 2026-01-02