()
| 851 | body.codebuff_metadata?.cost_mode === 'lite' |
| 852 | |
| 853 | const createStandardApiRequest = () => |
| 854 | createFireworksRequest({ body, originalModel, fetch, sessionId }) |
| 855 | |
| 856 | if (isHoursGatedModel && !isDeploymentHours(now)) { |
| 857 | if (shouldFallbackToStandardApi) { |
no test coverage detected