Skip to content
Discussion options

You must be logged in to vote

For me it works like this:

"providers": {
      "kcpp": {
        "baseUrl": "http://127.0.0.1:5001/v1",
        "apiKey": "-",
        "api": "openai-completions",
        "models": [
          {
            "id": "kcpp",
            "name": "kcpp (Custom Provider)",
            "reasoning": true,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 16384,
            "maxTokens": 2048
          }
        ]
      },

Try "openai-completions" instead of "openai-responses". I also don't need ""X-Proxy-Region".

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by FlyToha
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@gustrd
Comment options

@LostRuins
Comment options

@LostRuins
Comment options

@gustrd
Comment options

Comment options

You must be logged in to vote
2 replies
@FlyToha
Comment options

@LostRuins
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants