Description
Perceptron Mk1 (Mark One) is Perceptron's highest-quality vision-language model for video and embodied reasoning.** It accepts image and video inputs paired with natural language queries, and produces detailed visual understanding...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Perceptron: Perceptron Mk1 (perceptron/perceptron-mk1)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "perceptron/perceptron-mk1",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Perceptron: Perceptron Mk1 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Video
API Pricing
- Input: 0.15$ / 1M tokens
- Output: 1.5$ / 1M tokens
Token Limits
- Max Output: 8,192 tokens
- Max Context: 32,768 tokens
Subscription Tiers
- free
- pro
- ultimate