[docs] Update glossary - daily scan#47769
Merged
Merged
Conversation
Adds a new glossary entry for the `models.default-ai-credits-pricing` frontmatter field introduced in #47687. This field allows workflow authors to provide fallback per-token pricing for BYOK/self-hosted models not in the AWF built-in pricing table, preventing HTTP 400 errors. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
@copilot please run the
|
pelikhan
approved these changes
Jul 24, 2026
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
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.
Summary
Adds a new glossary entry for
models.default-ai-credits-pricing, documenting the fallback per-token pricing field used when the AWF API proxy encounters an unrecognized model.Changes
docs/src/content/docs/reference/glossary.mdmodels.default-ai-credits-pricingentryDetails
The new entry documents a
models:frontmatter field that supplies fallbackinput/outputpricing rates ($/1M tokens) for models not present in the AWF built-in pricing table. Without this field, the AWF API proxy rejects requests for unrecognized models (e.g., self-hosted BYOK Ollama or vLLM instances) with HTTP 400unknown_model_ai_credits. Setting both rates to0supports free or local models.Type