DeepSeek · API Governance Rules
DeepSeek API Rules
Spectral linting rules defining API design standards and conventions for DeepSeek.
3 Rules
error 1
warn 2
Rule Categories
deepseek
Rules
warn
deepseek-fim-beta-server
Servers should reference the DeepSeek beta endpoint.
$.servers[*].url
error
deepseek-fim-completions-path
API should expose the /completions resource for FIM completions.
$.paths
warn
deepseek-fim-operation-id
Operations should declare an operationId.
$.paths[*][*]