Skip to content

WordPress-ga ulanish NordRouter

So'rovni PHP serverida bajaring. hech qachon JavaScript saytiga kalitni joylashtirmang.

V wp-config.php:

php
define('NORDROUTER_API_KEY', 'sk-nr-ВАШ-КЛЮЧ');

O'z plaginida yoki uning sho'ba mavzusida:

php
$response = wp_remote_post('https://nordrouter.com/v1/chat/completions', [
    'timeout' => 60,
    'headers' => [
        'Authorization' => 'Bearer ' . NORDROUTER_API_KEY,
        'Content-Type' => 'application/json',
    ],
    'body' => wp_json_encode([
        'model' => 'anthropic/claude-sonnet-4.6',
        'messages' => [['role' => 'user', 'content' => 'Напиши описание']],
    ]),
]);

JSONni o'rnatishdan oldin is_wp_error($response) va HTTP-kodni tekshiring.

Barcha dasturlar