Description
This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthropic/claude-3.5-sonnet) and Opus(https://openrouter.ai/anthropic/claude-3-opus). The model is fine-tuned on top of [Qwen2.5 72B](https://openrouter.ai/qwen/qwen-2.5-72b-instruct).
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Magnum v4 72B (anthracite-org/magnum-v4-72b)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "anthracite-org/magnum-v4-72b",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Magnum v4 72B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
API Pricing
- Input: 2$ / 1M tokens
- Output: 5$ / 1M tokens
Token Limits
- Max Output: 2,048 tokens
- Max Context: 16,384 tokens
Subscription Tiers
- free
- pro
- ultimate