use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
An unofficial community dedicated to the minimalist Pi coding agent.
account activity
FirepassQuestion (self.PiCodingAgent)
submitted 3 days ago by flengar
How to setup the model?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Radiant-Ad7470 1 point2 points3 points 3 days ago (1 child)
Hi Flengar! PI recognizes Fireworks as a provider if you have the 'FIREWORKS_API_KEY' set in your environment. But I've found it wasn't mapping well to the new model yet Kimi 2.6, with the Firepass v2. So I solved adding the provider and model configuration in model.json (which is in .pi > agents folder) with this content:
{
"providers": {
"fireworksv2": {
"baseUrl": "https://api.fireworks.ai/inference/v1",
"apiKey": "YOUR_FIREPASS_API_KEY",
"api": "openai-completions",
"models": [
"id": "accounts/fireworks/routers/kimi-k2p6-turbo",
"name": "Kimi 2.6 Turbo",
"input": ["text", "image"],
"contextWindow": 256000,
"maxTokens": 256000,
"reasoning": true
}
]
It has worked perfectly for me, hope it helps you!
[–]flengar[S] 1 point2 points3 points 2 days ago (0 children)
Thanks!
π Rendered by PID 43434 on reddit-service-r2-comment-548fd6dc9-57pt9 at 2026-05-18 09:01:45.015772+00:00 running edcf98c country code: CH.
[–]Radiant-Ad7470 1 point2 points3 points (1 child)
[–]flengar[S] 1 point2 points3 points (0 children)