Update a model’s settings.
You can update the following settings:
Documentation Index
Fetch the complete documentation index at: https://docs.rebase.energy/llms.txt
Use this file to discover all available pages before exploring further.
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
How to resolve a priority collision when settings.serving_priority is already taken by another model at the same site:
strict: reject the update with a 409 error.auto_increment: shift all conflicting models' priorities by incrementing by 1.swap: swap the priorities of the target model and the conflicting model.strict, auto_increment, swap Successful Response