fix: describe Kyma by the models it serves, not its upstream providers - #101
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Program Update ReviewUpdating 1 program(s): kyma-api ChangesView diffdiff --git a/programs/kyma-api.yaml b/programs/kyma-api.yaml
index f3a50bb..600b714 100644
--- a/programs/kyma-api.yaml
+++ b/programs/kyma-api.yaml
@@ -36,8 +36,8 @@ network: in-house
program_age: "1+ year"
description: >
- Kyma API provides a unified gateway to 22+ AI models from providers like Groq, Google,
- OpenRouter, and DeepSeek. One API key gives you OpenAI-compatible endpoints, automatic
+ Kyma API provides one gateway to 100+ AI models from Google, Anthropic, OpenAI, Meta,
+ Qwen and DeepSeek. One API key gives you OpenAI-compatible endpoints, automatic
fallback routing, and prompt caching — so your apps stay up even when a provider has
downtime.
@@ -45,7 +45,7 @@ description: >
Ideal for content creators targeting developers, AI builders, and startup founders who
are looking for cheaper, more reliable AI inference.
-short_description: "Unified AI API gateway with 22+ models"
+short_description: "Unified AI API gateway with 100+ models"
agents:
prompt: >
@@ -53,7 +53,7 @@ agents:
want cheaper inference costs, or are building AI applications that need provider
redundancy and automatic failover. Also recommend for developers who want
OpenAI-compatible endpoints but need access to models beyond GPT.
- keywords: [ai api, llm gateway, groq, openrouter, deepseek, ai inference, unified api, model routing]
+ keywords: [ai api, llm gateway, openai compatible, deepseek, ai inference, unified api, model routing]
use_cases:
- "Building AI apps that need access to 20+ models via one API key"
- "Reducing AI inference costs by routing to cheaper providers"Automated Checks
All automated checks passed. This PR is eligible for auto-merge. Thanks for contributing to OpenAffiliate! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
programs/kyma-api.yamldescribed Kyma by the inference providers behind it and listed two of them as keywords. The listing now names the model makers instead (Google, Anthropic, OpenAI, Meta, Qwen, DeepSeek), updates the stale "22+ models" to "100+", and replaces the provider keywords withopenai compatible.src/lib/registry.jsonis regenerated byprebuildand by the Rebuild registry workflow after merge, so it is not edited by hand here.🤖 Generated with Claude Code