Sonstige
Sonstige SEARCH

search

Modell-ID: search
Modellfamilie
Sonstige
Kontext
Nicht angegeben
Pro Request
0.000344 €
Anfragen
33
Erfolg
100.0%
Tokens
1.6K
Uptime
vor 24 StundenJetzt
vor 7 TagenJetzt

Preisliste

Pro Request
0.000344 €
Preisverlauf

Alle zuvor angewendeten Preisstufen. Die mit „aktuell“ gekennzeichnete Zeile ist der aktive Preis.

Aktuell Seit 09/08/2026 - 20:26:59
Pro Request0.000344 €
Unterstützte Endpoints
https://api.xah.io/v1/search
Methode POST · application/json
Authentifizierung Bearer-Token (API-Key)
API-Typen SEARCH

Teilen

curl 'https://api.xah.io/v1/search' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "search",
    "query": "What is the latest news about AI?",
    "search_type": "web",
    "max_results": 5,
    "country": "Vietnam",
    "language": "Vietnam"
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/search', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "search",
    "query": "What is the latest news about AI?",
    "search_type": "web",
    "max_results": 5,
    "country": "Vietnam",
    "language": "Vietnam"
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/search'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "search",
    "query": "What is the latest news about AI?",
    "search_type": "web",
    "max_results": 5,
    "country": "Vietnam",
    "language": "Vietnam"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "search",
    "query": "What is the latest news about AI?",
    "search_type": "web",
    "max_results": 5,
    "country": "Vietnam",
    "language": "Vietnam"
}
Schnelltest

Dieses Modell unterstützt keinen Text-Chat und kann daher hier nicht getestet werden.

Bewertungen & Kommentare
0.0 / 0 Bewertungen
Bewertungen werden geladen...
Support kontaktieren
Wir helfen Ihnen jederzeit gern