惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
宝玉的分享
宝玉的分享
Jina AI
Jina AI
IT之家
IT之家
博客园 - Franky
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
美团技术团队
S
SegmentFault 最新的问题
罗磊的独立博客
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
D
Docker
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence

Tripper Press - Take Photo, Think Seriously.

套利 运动热力图 - Lab - Tripper Press Chinese firms are wrapping their supply chains around the globe 沿着铁路向南行 - 河内之旅 What in My Bag Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously Tripper Press - Take Photo, Think Seriously
Configuring LLM APIs
aiokr · 2026-08-24 · via Tripper Press - Take Photo, Think Seriously.
- Kimi-Code:
    api:
      - type: openai
        baseUrl: https://api.kimi.com/coding/v1
      - type: anthropic
        baseUrl: https://api.kimi.com/coding/
    models:
      - id: k3
        name: "Kimi K3 (1M)"
        toolCalling: true
        vision: true
        maxInputTokens: 1048576
        maxOutputTokens: 32000
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: k3-256k
        name: "Kimi K3 (256K)"
        toolCalling: true
        vision: true
        maxInputTokens: 256000
        maxOutputTokens: 32000
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: kimi-for-coding
        name: "Kimi K2.7 Code"
        toolCalling: true
        vision: true
        maxInputTokens: 256000
        maxOutputTokens: 32000
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: kimi-for-coding-highspeed
        name: "Kimi K2.7 Code HighSpeed"
        toolCalling: true
        vision: true
        maxInputTokens: 256000
        maxOutputTokens: 32000
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
- DeepSeek:
    api:
      - type: openai
        baseUrl: https://api.deepseek.com
      - type: openai-chat-completions
        baseUrl: https://api.deepseek.com/chat/completions
      - type: openai-responses
        baseUrl: https://api.deepseek.com/responses
      - type: anthropic
        baseUrl: https://api.deepseek.com/anthropic
    models:
      - id: deepseek-v4-pro
        name: "DeepSeek V4 Pro"
        toolCalling: true
        vision: false
        maxInputTokens: 1048576
        maxOutputTokens: 393216
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 1
      - id: deepseek-v4-flash
        name: "DeepSeek V4 Flash"
        toolCalling: true
        vision: false
        maxInputTokens: 1048576
        maxOutputTokens: 393216
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 1
      - id: deepseek-v4-flash-vision-exp
        name: "DeepSeek V4 Flash Vision (Exp)"
        toolCalling: true
        vision: true
        maxInputTokens: 1048576
        maxOutputTokens: 393216
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 1
- Xiaomi-MiMo:
    api:
      - type: openai
        baseUrl: https://api.xiaomimimo.com/v1
      - type: anthropic
        baseUrl: https://api.xiaomimimo.com/anthropic
    models:
      - id: mimo-v2.5-pro
        name: "MiMo V2.5 Pro"
        toolCalling: true
        vision: false
        maxInputTokens: 1048576
        maxOutputTokens: 131072
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: mimo-v2.5
        name: "MiMo V2.5"
        toolCalling: true
        vision: true
        maxInputTokens: 1048576
        maxOutputTokens: 131072
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: mimo-v2.5-asr
        name: "MiMo V2.5 ASR"
        toolCalling: false
        vision: false
        maxInputTokens: 8192
        maxOutputTokens: 2048
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: mimo-v2.5-tts
        name: "MiMo V2.5 TTS"
        toolCalling: false
        vision: false
        maxInputTokens: 8192
        maxOutputTokens: 8192
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: mimo-v2.5-tts-voiceclone
        name: "MiMo V2.5 TTS VoiceClone"
        toolCalling: false
        vision: false
        maxInputTokens: 8192
        maxOutputTokens: 8192
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95
      - id: mimo-v2.5-tts-voicedesign
        name: "MiMo V2.5 TTS VoiceDesign"
        toolCalling: false
        vision: false
        maxInputTokens: 8192
        maxOutputTokens: 8192
        streaming: true
        modelOptions:
          temperature: 1
          top_p: 0.95