|
1 | 1 | { |
2 | | - "id": "kelvin.openrouter", |
3 | | - "name": "Kelvin OpenRouter Model Plugin", |
4 | | - "version": "0.1.0", |
5 | | - "api_version": "1.0.0", |
6 | | - "description": "First-party OpenRouter model plugin using Kelvin's declarative provider_profile routing.", |
7 | | - "homepage": "https://github.com/agentichighway/kelvinclaw/tree/main/plugins/kelvin-openrouter-plugin", |
8 | | - "capabilities": ["model_provider", "network_egress"], |
9 | | - "experimental": false, |
10 | | - "min_core_version": "0.1.0", |
11 | | - "max_core_version": null, |
12 | | - "runtime": "wasm_model_v1", |
13 | | - "provider_name": "openrouter", |
14 | | - "provider_profile": { |
15 | | - "id": "openrouter.chat", |
16 | | - "provider_name": "openrouter", |
17 | | - "protocol_family": "openai_chat_completions", |
18 | | - "api_key_env": "OPENROUTER_API_KEY", |
19 | | - "base_url_env": "OPENROUTER_BASE_URL", |
20 | | - "default_base_url": "https://openrouter.ai/api/v1", |
21 | | - "endpoint_path": "chat/completions", |
22 | | - "auth_header": "authorization", |
23 | | - "auth_scheme": "bearer", |
24 | | - "static_headers": [], |
25 | | - "default_allow_hosts": ["openrouter.ai"] |
26 | | - }, |
27 | | - "model_name": "google/gemini-2.5-flash-lite", |
28 | | - "entrypoint": "plugin.wasm", |
29 | | - "entrypoint_sha256": "9014594e24a201aa59968cf5578f1272a3bc569046a42a3f1a4adb15568f8109", |
30 | | - "publisher": null, |
31 | | - "quality_tier": "unsigned_local", |
32 | | - "capability_scopes": { |
33 | | - "fs_read_paths": [], |
34 | | - "network_allow_hosts": ["openrouter.ai"] |
35 | | - }, |
36 | | - "operational_controls": { |
37 | | - "timeout_ms": 30000, |
38 | | - "max_retries": 0, |
39 | | - "max_calls_per_minute": 120, |
40 | | - "circuit_breaker_failures": 3, |
41 | | - "circuit_breaker_cooldown_ms": 30000 |
42 | | - } |
| 2 | + "id": "kelvin.openrouter", |
| 3 | + "name": "Kelvin OpenRouter Model Plugin", |
| 4 | + "version": "0.2.0", |
| 5 | + "api_version": "1.0.0", |
| 6 | + "description": "First-party OpenRouter model plugin using Kelvin's declarative provider_profile routing.", |
| 7 | + "homepage": "https://github.com/agentichighway/kelvinclaw/tree/main/plugins/kelvin-openrouter-plugin", |
| 8 | + "capabilities": [ |
| 9 | + "model_provider", |
| 10 | + "network_egress" |
| 11 | + ], |
| 12 | + "experimental": false, |
| 13 | + "min_core_version": "0.1.0", |
| 14 | + "max_core_version": null, |
| 15 | + "runtime": "wasm_model_v1", |
| 16 | + "provider_name": "openrouter", |
| 17 | + "provider_profile": { |
| 18 | + "id": "openrouter.chat", |
| 19 | + "provider_name": "openrouter", |
| 20 | + "protocol_family": "openai_chat_completions", |
| 21 | + "api_key_env": "OPENROUTER_API_KEY", |
| 22 | + "base_url_env": "OPENROUTER_BASE_URL", |
| 23 | + "default_base_url": "https://openrouter.ai/api/v1", |
| 24 | + "endpoint_path": "chat/completions", |
| 25 | + "auth_header": "authorization", |
| 26 | + "auth_scheme": "bearer", |
| 27 | + "static_headers": [], |
| 28 | + "default_allow_hosts": [ |
| 29 | + "openrouter.ai" |
| 30 | + ] |
| 31 | + }, |
| 32 | + "model_name": "google/gemini-2.5-flash-lite", |
| 33 | + "entrypoint": "plugin.wasm", |
| 34 | + "entrypoint_sha256": "82d6b34bc30027c9b8e59a0f91163da41a4b20b4aa7b76c99079dec35f71432a", |
| 35 | + "publisher": null, |
| 36 | + "quality_tier": "unsigned_local", |
| 37 | + "capability_scopes": { |
| 38 | + "fs_read_paths": [], |
| 39 | + "network_allow_hosts": [ |
| 40 | + "openrouter.ai" |
| 41 | + ] |
| 42 | + }, |
| 43 | + "operational_controls": { |
| 44 | + "timeout_ms": 30000, |
| 45 | + "max_retries": 0, |
| 46 | + "max_calls_per_minute": 120, |
| 47 | + "circuit_breaker_failures": 3, |
| 48 | + "circuit_breaker_cooldown_ms": 30000 |
| 49 | + } |
43 | 50 | } |
0 commit comments