Description
A fast, grounded research tool that uses Google Search to find real-time information in seconds. Perfect for quick facts, current events, and multi-source verification.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Ridvay: Search (ridvay/search)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "ridvay/search",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Ridvay: Search model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
API Pricing
- Input: 0.1$ / 1M tokens
- Output: 0.4$ / 1M tokens
Token Limits
- Max Output: 32,000 tokens
- Max Context: 32,000 tokens
Subscription Tiers
- free
- pro
- ultimate
