Created
June 6, 2026 18:21
-
-
Save tripplyons/7537db9364ed3f2b4a28faaf8893e161 to your computer and use it in GitHub Desktop.
Pi Models Config for Makora
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": { | |
| "makora": { | |
| "baseUrl": "https://inference.makora.com/v1", | |
| "api": "openai-completions", | |
| "apiKey": "$MAKORA_OPTIMIZE_TOKEN", | |
| "compat": { | |
| "supportsDeveloperRole": false, | |
| "supportsStore": false, | |
| "maxTokensField": "max_completion_tokens" | |
| }, | |
| "models": [ | |
| { | |
| "id": "deepseek-ai/DeepSeek-V4-Flash", | |
| "name": "DeepSeek V4 Flash", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "compat": { | |
| "thinkingFormat": "deepseek", | |
| "supportsReasoningEffort": true, | |
| "requiresReasoningContentOnAssistantMessages": true | |
| }, | |
| "thinkingLevelMap": { | |
| "minimal": null, | |
| "low": null, | |
| "medium": null, | |
| "high": "high", | |
| "xhigh": "max" | |
| } | |
| }, | |
| { | |
| "id": "deepseek-ai/DeepSeek-V4-Pro", | |
| "name": "DeepSeek V4 Pro", | |
| "reasoning": false, | |
| "input": ["text"], | |
| }, | |
| { | |
| "id": "zai-org/GLM-5.1-FP8", | |
| "name": "GLM 5.1 FP8", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "compat": { | |
| "thinkingFormat": "qwen-chat-template", | |
| "supportsReasoningEffort": true | |
| } | |
| }, | |
| { | |
| "id": "openai/gpt-oss-120b", | |
| "name": "GPT-OSS 120B", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "compat": { | |
| "thinkingFormat": "qwen-chat-template", | |
| "supportsReasoningEffort": true | |
| } | |
| }, | |
| { | |
| "id": "nvidia/Kimi-K2.6-NVFP4", | |
| "name": "Kimi K2.6 NVFP4", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "compat": { | |
| "thinkingFormat": "qwen-chat-template", | |
| "supportsReasoningEffort": true | |
| } | |
| }, | |
| { | |
| "id": "amd/Llama-3.3-70B-Instruct-FP8-KV", | |
| "name": "Llama 3.3 70B FP8", | |
| "reasoning": false, | |
| "input": ["text"] | |
| }, | |
| { | |
| "id": "unsloth/Qwen3.6-27B-NVFP4", | |
| "name": "Qwen 3.6 27B NVFP4", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "compat": { | |
| "thinkingFormat": "qwen-chat-template", | |
| "supportsReasoningEffort": true | |
| } | |
| }, | |
| { | |
| "id": "unsloth/Qwen3.6-35B-A3B-NVFP4", | |
| "name": "Qwen 3.6 35B A3B NVFP4", | |
| "reasoning": true, | |
| "input": ["text"], | |
| "compat": { | |
| "thinkingFormat": "qwen-chat-template", | |
| "supportsReasoningEffort": true | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment