Created
June 22, 2026 06:45
-
-
Save laiso/080956be31c2474fd3cf981bdce5a97d to your computer and use it in GitHub Desktop.
Preferred Networks (PLaMo) Provider in ~/.pi/agent/models.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "providers": { | |
| "Preferred Networks (PLaMo)": { | |
| "baseUrl": "https://platform.preferredai.jp/api/completion/v1", | |
| "api": "openai-completions", | |
| "apiKey": "$PLAMO_API_KEY", | |
| "models": [ | |
| { | |
| "id": "plamo-3.0-prime", | |
| "name": "PLaMo 3.0 Prime", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "contextWindow": 128000, | |
| "maxTokens": 16384, | |
| "compat": { | |
| "supportsDeveloperRole": false, | |
| "supportsReasoningEffort": false | |
| } | |
| }, | |
| { | |
| "id": "plamo-2.0-prime", | |
| "name": "PLaMo 2.0 Prime", | |
| "reasoning": false, | |
| "input": ["text"], | |
| "contextWindow": 128000, | |
| "maxTokens": 16384 | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment