Skip to content

[Components] cerebras #16665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pipedream-component-development opened this issue May 14, 2025 · 2 comments
Open

[Components] cerebras #16665

pipedream-component-development opened this issue May 14, 2025 · 2 comments
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

cerebras

URLs

Webhook Sources

new-model-training-job-instant

Description

Emit new event when a model training job is started. Requires configuring the model ID and project context (if applicable).

new-model-training-completion-instant

Description

Emit new event when a model training job completes successfully or with failure. Requires the job ID or project context to subscribe.

new-model-artifact-instant

Description

Emit new event when a new model artifact (e.g. checkpoint, trained model) is available after training. Requires configuration of the model or project ID.

Actions

start-model-training

Description

Start a new model training job using a specified dataset and configuration. Requires model config, dataset ID, and project ID.

stop-training-job

Description

Stop a currently running model training job. Requires job ID.

retrieve-training-metrics

Description

Fetch performance metrics and logs for a given training job. Requires job ID.

@sergio-eliot-rodriguez
Copy link
Collaborator

sergio-eliot-rodriguez commented May 14, 2025

Free trial + User request

@sergio-eliot-rodriguez
Copy link
Collaborator

Additional context, by user on #16660

I typically develop my own actions from scratch, so a base integration is perfect for me. But no-code actions should probably be based either on Groq (https://github.com/PipedreamHQ/pipedream/tree/master/components/groqcloud) or OpenAI (https://github.com/PipedreamHQ/pipedream/tree/master/components/openai).

Cerebras uses the OpenAI standard for API design and response format: https://inference-docs.cerebras.ai/api-reference/chat-completions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

No branches or pull requests

2 participants