半肾
精华
|
战斗力 鹅
|
回帖 0
注册时间 2015-5-9
|
pi 在 ~/.pi/agent/models.json 里面添加
- {
- "providers": {
- "deepseek": {
- "models": [
- {
- "id": "deepseek-v4-flash-vision-exp",
- "name": "DeepSeek V4 Flash Vision (Exp)",
- "reasoning": true,
- "input": ["text", "image"],
- "contextWindow": 1000000,
- "maxTokens": 384000,
- "cost": {
- "input": 0.14,
- "output": 0.28,
- "cacheRead": 0.0028,
- "cacheWrite": 0
- },
- "compat": {
- "supportsStore": false,
- "supportsDeveloperRole": false,
- "maxTokensField": "max_tokens",
- "requiresReasoningContentOnAssistantMessages": true,
- "thinkingFormat": "deepseek"
- },
- "thinkingLevelMap": {
- "minimal": null,
- "low": "low",
- "medium": null,
- "high": "high",
- "max": "max"
- }
- }
- ]
- }
- }
- }
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|