LangMart: Google: Gemma 2 27B
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemma-2-27b-it |
| Provider | LangMart |
| Category | Chat |
| Released | TBD |
| Status | Active |
| Flagship | No |
Description
Google: Gemma 2 27B is a conversational AI model designed for multi-turn dialogue and interactive tasks. Developed by LangMart, this model is optimized for its specific use case category.
Specifications
| Property | Value |
|---|---|
| Context Window | 8192 tokens |
| Max Output Tokens | N/A |
| Knowledge Cutoff | N/A |
| Modalities | Text |
| Speed Tier | N/A |
| Quality Tier | N/A |
Pricing
| Type | Price |
|---|---|
| Input | $0.20 per 1M tokens |
| Output | $0.20 per 1M tokens |
Capabilities
| Capability | Supported |
|---|---|
| Vision/Image Input | No |
| Tool/Function Calling | No |
| JSON Mode | No |
| Streaming | Yes |
| System Prompt | Yes |
Use Cases
- Conversational AI and chatbots
- Customer support automation
- Interactive content generation
- Real-time dialogue systems
- Multi-turn reasoning and problem-solving
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
- Relatively small context window limiting document length
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": "openrouter/google/gemma-2-27b-it",
"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