Create access list
Create Access List
Create a new access list in the organization. An access list defines which models are allowed for API keys or groups it is attached to. Requires an API key with write manage permissions.
POST
Create access list
Create a new access list in the organization. An access list defines which models are allowed for API keys or groups it is attached to. Specify models per modality:
chat, embedding, image, transcription, and speech.Authorizations
API key for authentication
Body
application/json
Name for the access list
Example:
"Production Models"
Whether new models matching the list patterns are automatically approved
Chat/completion model identifiers to allow
Example:
[
"openai/gpt-4o",
"anthropic/claude-sonnet-4-20250514"
]Embedding model identifiers to allow
Image generation model identifiers to allow
Transcription model identifiers to allow
Speech model identifiers to allow
Response
Access list created successfully
The ID of the newly created access list
Last modified on July 3, 2026