Skip to content

feat: add Kyma API models (via OpenAI-compatible endpoint)#5019

Open
sonpiaz wants to merge 1 commit intoAider-AI:mainfrom
sonpiaz:feat/add-kyma-models
Open

feat: add Kyma API models (via OpenAI-compatible endpoint)#5019
sonpiaz wants to merge 1 commit intoAider-AI:mainfrom
sonpiaz:feat/add-kyma-models

Conversation

@sonpiaz
Copy link
Copy Markdown

@sonpiaz sonpiaz commented Apr 11, 2026

Summary

Kyma API is an OpenAI-compatible LLM gateway that serves open-source models under a single unified endpoint. Users can access it by setting:

--openai-api-base https://kymaapi.com/v1
--openai-api-key <your-kyma-api-key>

This PR adds model metadata and behavioral settings for 8 top Kyma models so that Aider can correctly price tokens, set context limits, and use optimal edit formats.

Models added

Model Context Input $/1M Output $/1M Notes
openai/qwen-3.6-plus 131K $0.439 $2.633 Top-tier coding/reasoning
openai/deepseek-v3 160K $0.810 $2.295 GPT-4-class, high throughput
openai/deepseek-r1 64K $0.675 $2.903 Reasoning model (no tool calling)
openai/kimi-k2.5 262K $0.675 $3.780 Long-context, agentic
openai/gemma-4-31b 128K $0.189 $0.540 Multimodal (vision supported)
openai/qwen-3-32b 131K $0.392 $0.810 Fast coding model
openai/llama-3.3-70b 131K $1.188 $1.188 Popular open-weight baseline
openai/minimax-m2.5 196K $0.405 $1.620 SWE-bench top performer

Files changed

  • aider/resources/model-metadata.json — token costs, context limits, capability flags
  • aider/resources/model-settings.ymldiff edit format, use_repo_map: true, examples_as_sys_msg: true, max_tokens: 8192

All models use diff edit format and repo map, matching the pattern used for similar-tier models in the file.

References

  • Kyma API docs: https://kymaapi.com
  • Models are accessed via OpenAI-compatible /v1/chat/completions endpoint

Adds model metadata and behavioral settings for 8 Kyma API models.
Kyma API (kymaapi.com) is an OpenAI-compatible LLM gateway serving
open-source models under a single endpoint.

Usage: set --openai-api-base https://kymaapi.com/v1 and use any
of the model names listed below.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 11, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants