Skip to content

Commit 6cd83aa

Browse files
heiskrCopilot
andauthored
Update redirected internal links in github-models (#62120)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7c06b1d commit 6cd83aa

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/github-models/about-github-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use the Playground to quickly explore models and test prompt ideas in real time.
5858

5959
## Billing
6060

61-
For more information about billing for {% data variables.product.prodname_github_models %}, see [AUTOTITLE](/billing/managing-billing-for-your-products/about-billing-for-github-models).
61+
For more information about billing for {% data variables.product.prodname_github_models %}, see [AUTOTITLE](/billing/concepts/product-billing/github-models).
6262

6363
## Join the community
6464

@@ -71,4 +71,4 @@ To learn how others are using {% data variables.product.prodname_github_models %
7171
* [AUTOTITLE](/github-models/use-github-models/prototyping-with-ai-models)
7272
* [AUTOTITLE](/github-models/use-github-models/optimizing-your-ai-powered-app-with-github-models)
7373
* [AUTOTITLE](/github-models/use-github-models/evaluating-ai-models)
74-
* [AUTOTITLE](/billing/managing-billing-for-your-products/about-billing-for-github-models)
74+
* [AUTOTITLE](/billing/concepts/product-billing/github-models)

content/github-models/github-models-at-scale/use-models-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Large software development projects often contain issues full of technical detai
122122
123123
1. **Call your prompt in a workflow**
124124
125-
For information on creating workflows, see [AUTOTITLE](/actions/writing-workflows).
125+
For information on creating workflows, see [AUTOTITLE](/actions/how-tos/write-workflows).
126126
127127
You need to set `models: read` permission to allow a prompt to be called in a workflow.
128128

content/github-models/github-models-at-scale/using-your-own-api-keys-in-github-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ category:
1818
1919
You can bring your own API keys (BYOK) to {% data variables.product.prodname_github_models %}, and enable teams to use your preferred large language model (LLM) providers across tools like Prompts, Playground, and Models in Actions. For more information about {% data variables.product.prodname_github_models %}, see [AUTOTITLE](/github-models/about-github-models).
2020

21-
To learn about billing and pricing, see [AUTOTITLE](/billing/managing-billing-for-your-products/about-billing-for-github-models).
21+
To learn about billing and pricing, see [AUTOTITLE](/billing/concepts/product-billing/github-models).
2222

2323
## Why bring your own API keys?
2424

content/github-models/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To call models programmatically, you’ll need:
109109

110110
1. Commit and push to trigger the workflow.
111111

112-
This example shows how to send a prompt to a model and use the response in your continuous integration (CI) workflows. For more advanced use cases, such as summarizing issues, detecting missing reproduction steps for bug reports, or responding to pull requests, see [AUTOTITLE](/github-models/use-github-models/integrating-ai-models-into-your-development-workflow).
112+
This example shows how to send a prompt to a model and use the response in your continuous integration (CI) workflows. For more advanced use cases, such as summarizing issues, detecting missing reproduction steps for bug reports, or responding to pull requests, see [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/configure-access-to-ai-models).
113113

114114
## Step 4: Save your first prompt file
115115

@@ -196,4 +196,4 @@ Evaluations help you measure how different models respond to the same inputs so
196196
* [Browse the model catalog](https://github.com/marketplace?type=models)
197197
* [AUTOTITLE](/github-models/use-github-models/storing-prompts-in-github-repositories)
198198
* [AUTOTITLE](/github-models/use-github-models/evaluating-ai-models)
199-
* [AUTOTITLE](/github-models/use-github-models/integrating-ai-models-into-your-development-workflow#using-ai-models-with-github-actions)
199+
* [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/configure-access-to-ai-models)

content/github-models/use-github-models/evaluating-ai-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ Committing your prompt configuration makes it easy to reuse, collaborate, and it
271271
## Further reading
272272

273273
* [AUTOTITLE](/github-models/use-github-models/storing-prompts-in-github-repositories)
274-
* [AUTOTITLE](/github-models/use-github-models/integrating-ai-models-into-your-development-workflow)
274+
* [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/configure-access-to-ai-models)

content/github-models/use-github-models/prototyping-with-ai-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ category:
1010
- Build with AI models
1111
---
1212

13-
If you want to develop a generative AI application, you can use {% data variables.product.prodname_github_models %} to find and experiment with AI models for free. Once you are ready to bring your application to production, [opt in to paid usage](/billing/managing-billing-for-your-products/about-billing-for-github-models) for your enterprise.
13+
If you want to develop a generative AI application, you can use {% data variables.product.prodname_github_models %} to find and experiment with AI models for free. Once you are ready to bring your application to production, [opt in to paid usage](/billing/concepts/product-billing/github-models) for your enterprise.
1414

15-
Organization owners can integrate their preferred custom models into {% data variables.product.prodname_github_models %}, by using an organization's own LLM API keys. See [AUTOTITLE](/github-models/github-models-at-scale/set-up-custom-model-integration-models-byok).
15+
Organization owners can integrate their preferred custom models into {% data variables.product.prodname_github_models %}, by using an organization's own LLM API keys. See [AUTOTITLE](/github-models/github-models-at-scale/using-your-own-api-keys-in-github-models).
1616

1717
See also [AUTOTITLE](/github-models/responsible-use-of-github-models).
1818

@@ -134,8 +134,8 @@ If you prefer to experiment with AI models in your IDE, you can install the AI T
134134
## Going to production
135135

136136
The free rate limits provided in the playground and API usage are intended to help you get started with experimentation. When you are ready to move beyond the free offering, you have two options for accessing AI models beyond the free limits:
137-
* You can opt in to paid usage for {% data variables.product.prodname_github_models %}, allowing your organization to access increased rate limits, larger context windows, and additional features. See [AUTOTITLE](/billing/managing-billing-for-your-products/about-billing-for-github-models).
138-
* If you have an existing OpenAI or Azure subscription, you can bring your own API keys (BYOK) to access custom models. Billing and usage are managed directly through your provider account, such as your Azure Subscription ID. See [AUTOTITLE](/github-models/github-models-at-scale/set-up-custom-model-integration-models-byok).
137+
* You can opt in to paid usage for {% data variables.product.prodname_github_models %}, allowing your organization to access increased rate limits, larger context windows, and additional features. See [AUTOTITLE](/billing/concepts/product-billing/github-models).
138+
* If you have an existing OpenAI or Azure subscription, you can bring your own API keys (BYOK) to access custom models. Billing and usage are managed directly through your provider account, such as your Azure Subscription ID. See [AUTOTITLE](/github-models/github-models-at-scale/using-your-own-api-keys-in-github-models).
139139

140140
## Rate limits
141141

0 commit comments

Comments
 (0)