Created
June 22, 2026 05:51
-
-
Save laiso/93c749b2805489fd7e45f33577d781fb to your computer and use it in GitHub Desktop.
Sakana AI Console 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": { | |
| "Sakana AI Console": { | |
| "baseUrl": "https://api.sakana.ai/v1", | |
| "api": "openai-responses", | |
| "apiKey": "$SAKANA_API_KEY", | |
| "models": [ | |
| { | |
| "id": "fugu", | |
| "name": "Sakana Fugu", | |
| "reasoning": false, | |
| "input": ["text"], | |
| "contextWindow": 128000, | |
| "maxTokens": 16384 | |
| }, | |
| { | |
| "id": "fugu-ultra", | |
| "name": "Sakana Fugu Ultra", | |
| "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