Skip to content

Tutorial not working due to deprecated OpenAI moderation model #151

@vedovelli

Description

@vedovelli

Description

Follow the tutorial, specifically the page https://baseai.dev/learn/run-pipe

Code example

It tries to moderate using text-moderation-007 but the current moderation model is omni-moderation-latest.

Additional context

Error message

npx tsx index.ts
(node:34160) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
/Users/fabiovedovelli/Code/my-ai-project/node_modules/@baseai/core/src/common/errors.ts:75
				return new BadRequestError(status, error, message, headers);
				       ^


BadRequestError: 400 Error from OpenAI: 403 Project `proj_yIE96rr2PYpDK55CfxPorTFx` does not have access to model `text-moderation-007`
    at Function.generate (/Users/fabiovedovelli/Code/my-ai-project/node_modules/@baseai/core/src/common/errors.ts:75:12)
    at Request.handleErrorResponse (/Users/fabiovedovelli/Code/my-ai-project/node_modules/@baseai/core/src/common/request.ts:126:18)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async Request.send (/Users/fabiovedovelli/Code/my-ai-project/node_modules/@baseai/core/src/common/request.ts:62:4)
    at async Pipe.run (/Users/fabiovedovelli/Code/my-ai-project/node_modules/@baseai/core/src/pipes/pipes.ts:309:18)
    at async main (/Users/fabiovedovelli/Code/my-ai-project/index.ts:17:22) {
  status: 400,
  headers: {
    'access-control-allow-origin': '*',
    connection: 'keep-alive',
    'content-length': '256',
    'content-type': 'application/json',
    date: 'Wed, 12 Feb 2025 11:24:28 GMT',
    env: 'local',
    'keep-alive': 'timeout=5',
    'lb-powered-by': 'Langbase',
    'powered-by': 'BaseAI'
  },
  request_id: undefined,
  error: {
    code: 'BAD_REQUEST',
    status: 400,
    message: 'Error from OpenAI: 403 Project `proj_yIE96rr2PYpDK55CfxPorTFx` does not have access to model `text-moderation-007`',
    docs: 'https://langbase.com/docs/api-reference/errors/bad_request'
  },
  code: 'BAD_REQUEST'
}

Node.js v23.6.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions