ShinAPI / .factory /settings.json
sshinmen's picture
Initial commit
f94dd26
Raw
History Blame Contribute Delete
3.05 kB
{
"model": "z-ai/glm4.7",
"showThinkingInMainView": true,
"reasoningEffort": "medium",
"customModels": [
{
"model": "gpt-5.1-codex-max",
"displayName": "gpt-5.1-codex-max",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "GPT-5.1",
"displayName": "GPT-5.1",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "gpt-5.2-codex",
"displayName": "gpt-5.2-codex",
"baseUrl": "https://shinmen07.up.railway.app/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "gpt-5.2",
"displayName": "gpt-5.2",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "gpt-5.1-codex",
"displayName": "gpt-5.1-codex",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "gemini-claude-sonnet-4-5",
"displayName": "gemini-claude-sonnet-4-5",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "gemini-claude-opus-4-5-thinking",
"displayName": "gemini-claude-opus-4-5-thinking",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api",
"supportsExtendedThinking": true
},
{
"model": "gemini-3-pro-preview",
"displayName": "gemini-3-pro-preview",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api",
"supportsExtendedThinking": true
},
{
"model": "z-ai/glm4.7",
"displayName": "z-ai/glm4.7",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "glm-4.7",
"displayName": "glm-4.7",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "minimaxai/minimax-m2.1",
"displayName": "minimaxai/minimax-m2.1",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "claude-haiku-4.5",
"displayName": "claude-haiku-4.5",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
},
{
"model": "claude-opus-4.5",
"displayName": "claude-opus-4.5",
"baseUrl": "https://shimen-cliproxyapi.hf.space/v1",
"apiKey": "shin",
"provider": "generic-chat-completion-api"
}
]
}