Skip to content

Instantly share code, notes, and snippets.

@laiso
Created June 22, 2026 06:45
Show Gist options
  • Select an option

  • Save laiso/080956be31c2474fd3cf981bdce5a97d to your computer and use it in GitHub Desktop.

Select an option

Save laiso/080956be31c2474fd3cf981bdce5a97d to your computer and use it in GitHub Desktop.
Preferred Networks (PLaMo) Provider in ~/.pi/agent/models.json
{
"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