Description
Olmo 3 7B Instruct is a supervised instruction-fine-tuned variant of the Olmo 3 7B base model, optimized for instruction-following, question-answering, and natural conversational dialogue. By leveraging high-quality instruction data and an open training pipeline, it delivers strong performance across everyday NLP tasks while remaining accessible and easy to integrate. Developed by Ai2 under the Apache 2.0 license, the model offers a transparent, community-friendly option for instruction-driven applications.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: AllenAI: Olmo 3 7B Instruct (allenai/olmo-3-7b-instruct)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "allenai/olmo-3-7b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the AllenAI: Olmo 3 7B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.1$ / 1M tokens
- Output: 0.2$ / 1M tokens
Token Limits
- Max Output: 65,536 tokens
- Max Context: 65,536 tokens
Subscription Tiers
- free
- pro
- ultimate