Skip to content
Discussion options

You must be logged in to vote

Key Requirements for Stored Completions to Show Up

1. API Version Compatibility

  • Stored completions are only supported from 2024-10-01-preview onward.
  • For full functionality, use 2025-02-01-preview or later.

2. API Type

  • You must use the Chat Completions API (/chat/completions) — not the legacy /completions endpoint.

3. Deployment Type

  • Supported across all deployment types: standard, global, datazone, and provisioned.

4. Required Parameters
Make sure your request includes:

store: true,
metadata: {
  "user": "your-identifier",
  "category": "your-tag"
}

The metadata field isn’t strictly required, but it helps with traceability and filtering in the Foundry UI.

5. Model Deployment Name

  • U…

Replies: 2 comments

Comment options

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

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants