KosmoKrator

productivity

Fireworks AI CLI for AI Agents

Use the Fireworks AI CLI from KosmoKrator to call Fireworks AI tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Fireworks AI CLI Setup

Fireworks AI can be configured headlessly with `kosmokrator integrations:configure fireworks-ai`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure fireworks-ai --set api_key="$FIREWORKS_AI_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor fireworks-ai --json
kosmokrator integrations:status --json

Credentials

Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key FIREWORKS_AI_API_KEY Secret secret yes API Key
base_url FIREWORKS_AI_BASE_URL URL url no API Base URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call fireworks-ai.fireworks_ai_anthropic_messages '{}' --json
Provider shortcut
kosmo integrations:fireworks-ai fireworks_ai_anthropic_messages '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs fireworks-ai --json
kosmo integrations:docs fireworks-ai.fireworks_ai_anthropic_messages --json
kosmo integrations:schema fireworks-ai.fireworks_ai_anthropic_messages --json
kosmo integrations:search "Fireworks AI" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

fireworks-ai.fireworks_ai_anthropic_messages

Fireworks Ai Anthropic Messages

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_anthropic_messages '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_anthropic_messages '{}' --json

fireworks-ai.fireworks_ai_cancel_reinforcement_fine_tuning_job

Fireworks Ai Cancel Reinforcement Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_cancel_reinforcement_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_cancel_reinforcement_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_create_api_key

Fireworks Ai Create API Key

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_api_key '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_api_key '{}' --json

fireworks-ai.fireworks_ai_create_batch_inference_job

Fireworks Ai Create Batch Inference Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_batch_inference_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_batch_inference_job '{}' --json

fireworks-ai.fireworks_ai_create_dataset

Fireworks Ai Create Dataset

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_dataset '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_dataset '{}' --json

fireworks-ai.fireworks_ai_create_deployed_model

Fireworks Ai Create Deployed Model

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_deployed_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_deployed_model '{}' --json

fireworks-ai.fireworks_ai_create_deployment

Fireworks Ai Create Deployment

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_deployment '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_deployment '{}' --json

fireworks-ai.fireworks_ai_create_dpo_job

Fireworks Ai Create Dpo Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_dpo_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_dpo_job '{}' --json

fireworks-ai.fireworks_ai_create_evaluation_job

Fireworks Ai Create Evaluation Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_evaluation_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_evaluation_job '{}' --json

fireworks-ai.fireworks_ai_create_evaluator

Fireworks Ai Create Evaluator

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_evaluator '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_evaluator '{}' --json

fireworks-ai.fireworks_ai_create_model

Fireworks Ai Create Model

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_model '{}' --json

fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_job

Fireworks Ai Create Reinforcement Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_reinforcement_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_step

Fireworks Ai Create Reinforcement Fine Tuning Step

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_step '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_reinforcement_fine_tuning_step '{}' --json

fireworks-ai.fireworks_ai_create_secret

Fireworks Ai Create Secret

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_secret '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_secret '{}' --json

fireworks-ai.fireworks_ai_create_supervised_fine_tuning_job

Fireworks Ai Create Supervised Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_supervised_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_supervised_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_create_user

Fireworks Ai Create User

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_user '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_user '{}' --json

fireworks-ai.fireworks_ai_create_embeddings

Fireworks Ai Create Embeddings

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_embeddings '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_embeddings '{}' --json

fireworks-ai.fireworks_ai_delete_api_key

Fireworks Ai Delete API Key

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_api_key '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_api_key '{}' --json

fireworks-ai.fireworks_ai_delete_batch_inference_job

Fireworks Ai Delete Batch Inference Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_batch_inference_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_batch_inference_job '{}' --json

fireworks-ai.fireworks_ai_delete_dataset

Fireworks Ai Delete Dataset

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_dataset '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_dataset '{}' --json

fireworks-ai.fireworks_ai_delete_deployed_model

Fireworks Ai Delete Deployed Model

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_deployed_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_deployed_model '{}' --json

fireworks-ai.fireworks_ai_delete_deployment

Fireworks Ai Delete Deployment

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_deployment '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_deployment '{}' --json

fireworks-ai.fireworks_ai_delete_dpo_job

Fireworks Ai Delete Dpo Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_dpo_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_dpo_job '{}' --json

fireworks-ai.fireworks_ai_delete_evaluation_job

Fireworks Ai Delete Evaluation Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_evaluation_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_evaluation_job '{}' --json

fireworks-ai.fireworks_ai_delete_evaluator

Fireworks Ai Delete Evaluator

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_evaluator '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_evaluator '{}' --json

fireworks-ai.fireworks_ai_delete_model

Fireworks Ai Delete Model

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_model '{}' --json

fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_job

Fireworks Ai Delete Reinforcement Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_reinforcement_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_step

Fireworks Ai Delete Reinforcement Fine Tuning Step

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_step '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_reinforcement_fine_tuning_step '{}' --json

fireworks-ai.fireworks_ai_delete_response

Fireworks Ai Delete Response

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_response '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_response '{}' --json

fireworks-ai.fireworks_ai_delete_secret

Fireworks Ai Delete Secret

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_secret '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_secret '{}' --json

fireworks-ai.fireworks_ai_delete_supervised_fine_tuning_job

Fireworks Ai Delete Supervised Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_delete_supervised_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_delete_supervised_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_execute_reinforcement_fine_tuning_step

Fireworks Ai Execute Reinforcement Fine Tuning Step

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_execute_reinforcement_fine_tuning_step '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_execute_reinforcement_fine_tuning_step '{}' --json

fireworks-ai.fireworks_ai_generate_a_new_image_from_a_text_prompt

Fireworks Ai Generate A New Image From A Text Prompt

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_generate_a_new_image_from_a_text_prompt '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_generate_a_new_image_from_a_text_prompt '{}' --json

fireworks-ai.fireworks_ai_generate_or_edit_image_using_flux_kontext

Fireworks Ai Generate Or Edit Image Using Flux Kontext

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_generate_or_edit_image_using_flux_kontext '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_generate_or_edit_image_using_flux_kontext '{}' --json

fireworks-ai.fireworks_ai_get_account

Fireworks Ai Get Account

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_account '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_account '{}' --json

fireworks-ai.fireworks_ai_get_batch_inference_job

Fireworks Ai Get Batch Inference Job

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_batch_inference_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_batch_inference_job '{}' --json

fireworks-ai.fireworks_ai_get_dataset

Fireworks Ai Get Dataset

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_dataset '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_dataset '{}' --json

fireworks-ai.fireworks_ai_get_dataset_download_endpoint

Fireworks Ai Get Dataset Download Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_dataset_download_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_dataset_download_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_dataset_upload_endpoint

Fireworks Ai Get Dataset Upload Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_dataset_upload_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_dataset_upload_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_deployed_model

Fireworks Ai Get Deployed Model

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_deployed_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_deployed_model '{}' --json

fireworks-ai.fireworks_ai_get_deployment

Fireworks Ai Get Deployment

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_deployment '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_deployment '{}' --json

fireworks-ai.fireworks_ai_get_deployment_shape

Fireworks Ai Get Deployment Shape

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_deployment_shape '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_deployment_shape '{}' --json

fireworks-ai.fireworks_ai_get_deployment_shape_version

Fireworks Ai Get Deployment Shape Version

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_deployment_shape_version '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_deployment_shape_version '{}' --json

fireworks-ai.fireworks_ai_get_dpo_job

Fireworks Ai Get Dpo Job

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_dpo_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_dpo_job '{}' --json

fireworks-ai.fireworks_ai_get_dpo_job_metrics_file_endpoint

Fireworks Ai Get Dpo Job Metrics File Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_dpo_job_metrics_file_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_dpo_job_metrics_file_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_evaluation_job

Fireworks Ai Get Evaluation Job

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_evaluation_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_evaluation_job '{}' --json

fireworks-ai.fireworks_ai_get_evaluation_job_log_endpoint

Fireworks Ai Get Evaluation Job Log Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_evaluation_job_log_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_evaluation_job_log_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_evaluator

Fireworks Ai Get Evaluator

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_evaluator '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_evaluator '{}' --json

fireworks-ai.fireworks_ai_get_evaluator_build_log_endpoint

Fireworks Ai Get Evaluator Build Log Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_evaluator_build_log_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_evaluator_build_log_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_evaluator_source_code_endpoint

Fireworks Ai Get Evaluator Source Code Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_evaluator_source_code_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_evaluator_source_code_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_evaluator_upload_endpoint

Fireworks Ai Get Evaluator Upload Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_evaluator_upload_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_evaluator_upload_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_generated_image_from_flux_kontex

Fireworks Ai Get Generated Image From Flux Kontex

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_generated_image_from_flux_kontex '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_generated_image_from_flux_kontex '{}' --json

fireworks-ai.fireworks_ai_get_model

Fireworks Ai Get Model

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_model '{}' --json

fireworks-ai.fireworks_ai_get_model_download_endpoint

Fireworks Ai Get Model Download Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_model_download_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_model_download_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_model_upload_endpoint

Fireworks Ai Get Model Upload Endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_model_upload_endpoint '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_model_upload_endpoint '{}' --json

fireworks-ai.fireworks_ai_get_quota

Fireworks Ai Get Quota

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_quota '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_quota '{}' --json

fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_job

Fireworks Ai Get Reinforcement Fine Tuning Job

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_reinforcement_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_step

Fireworks Ai Get Reinforcement Fine Tuning Step

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_step '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_reinforcement_fine_tuning_step '{}' --json

fireworks-ai.fireworks_ai_get_response

Fireworks Ai Get Response

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_response '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_response '{}' --json

fireworks-ai.fireworks_ai_get_secret

Fireworks Ai Get Secret

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_secret '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_secret '{}' --json

fireworks-ai.fireworks_ai_get_supervised_fine_tuning_job

Fireworks Ai Get Supervised Fine Tuning Job

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_supervised_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_supervised_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_get_user

Fireworks Ai Get User

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_get_user '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_get_user '{}' --json

fireworks-ai.fireworks_ai_list_accounts

Fireworks Ai List Accounts

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_accounts '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_accounts '{}' --json

fireworks-ai.fireworks_ai_list_api_keys

Fireworks Ai List API Keys

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_api_keys '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_api_keys '{}' --json

fireworks-ai.fireworks_ai_list_batch_inference_jobs

Fireworks Ai List Batch Inference Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_batch_inference_jobs '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_batch_inference_jobs '{}' --json

fireworks-ai.fireworks_ai_list_datasets

Fireworks Ai List Datasets

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_datasets '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_datasets '{}' --json

fireworks-ai.fireworks_ai_list_deployed_models

Fireworks Ai List Deployed Models

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_deployed_models '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_deployed_models '{}' --json

fireworks-ai.fireworks_ai_list_deployment_shape_versions

Fireworks Ai List Deployment Shape Versions

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_deployment_shape_versions '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_deployment_shape_versions '{}' --json

fireworks-ai.fireworks_ai_list_deployments

Fireworks Ai List Deployments

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_deployments '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_deployments '{}' --json

fireworks-ai.fireworks_ai_list_dpo_jobs

Fireworks Ai List Dpo Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_dpo_jobs '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_dpo_jobs '{}' --json

fireworks-ai.fireworks_ai_list_evaluation_jobs

Fireworks Ai List Evaluation Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_evaluation_jobs '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_evaluation_jobs '{}' --json

fireworks-ai.fireworks_ai_list_evaluators

Fireworks Ai List Evaluators

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_evaluators '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_evaluators '{}' --json

fireworks-ai.fireworks_ai_list_models

Fireworks Ai List Models

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_models '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_models '{}' --json

fireworks-ai.fireworks_ai_list_quotas

Fireworks Ai List Quotas

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_quotas '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_quotas '{}' --json

fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_jobs

Fireworks Ai List Reinforcement Fine Tuning Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_jobs '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_reinforcement_fine_tuning_jobs '{}' --json

fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_steps

Fireworks Ai List Reinforcement Fine Tuning Steps

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_steps '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_reinforcement_fine_tuning_steps '{}' --json

fireworks-ai.fireworks_ai_list_responses

Fireworks Ai List Responses

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_responses '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_responses '{}' --json

fireworks-ai.fireworks_ai_list_secrets

Fireworks Ai List Secrets

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_secrets '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_secrets '{}' --json

fireworks-ai.fireworks_ai_list_supervised_fine_tuning_jobs

Fireworks Ai List Supervised Fine Tuning Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_supervised_fine_tuning_jobs '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_supervised_fine_tuning_jobs '{}' --json

fireworks-ai.fireworks_ai_list_users

Fireworks Ai List Users

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_list_users '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_list_users '{}' --json

fireworks-ai.fireworks_ai_chat_completions

Fireworks Ai Chat Completions

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_chat_completions '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_chat_completions '{}' --json

fireworks-ai.fireworks_ai_completions

Fireworks Ai Completions

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_completions '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_completions '{}' --json

fireworks-ai.fireworks_ai_create_response

Fireworks Ai Create Response

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_create_response '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_create_response '{}' --json

fireworks-ai.fireworks_ai_prepare_model

Fireworks Ai Prepare Model

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_prepare_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_prepare_model '{}' --json

fireworks-ai.fireworks_ai_rerank_documents

Fireworks Ai Rerank Documents

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_rerank_documents '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_rerank_documents '{}' --json

fireworks-ai.fireworks_ai_resume_dpo_job

Fireworks Ai Resume Dpo Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_resume_dpo_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_resume_dpo_job '{}' --json

fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_job

Fireworks Ai Resume Reinforcement Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_resume_reinforcement_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_step

Fireworks Ai Resume Reinforcement Fine Tuning Step

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_step '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_resume_reinforcement_fine_tuning_step '{}' --json

fireworks-ai.fireworks_ai_resume_supervised_fine_tuning_job

Fireworks Ai Resume Supervised Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_resume_supervised_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_resume_supervised_fine_tuning_job '{}' --json

fireworks-ai.fireworks_ai_scale_deployment

Fireworks Ai Scale Deployment

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_scale_deployment '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_scale_deployment '{}' --json

fireworks-ai.fireworks_ai_undelete_deployment

Fireworks Ai Undelete Deployment

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_undelete_deployment '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_undelete_deployment '{}' --json

fireworks-ai.fireworks_ai_update_dataset

Fireworks Ai Update Dataset

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_dataset '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_dataset '{}' --json

fireworks-ai.fireworks_ai_update_deployed_model

Fireworks Ai Update Deployed Model

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_deployed_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_deployed_model '{}' --json

fireworks-ai.fireworks_ai_update_deployment

Fireworks Ai Update Deployment

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_deployment '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_deployment '{}' --json

fireworks-ai.fireworks_ai_update_evaluator

Fireworks Ai Update Evaluator

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_evaluator '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_evaluator '{}' --json

fireworks-ai.fireworks_ai_update_model

Fireworks Ai Update Model

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_model '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_model '{}' --json

fireworks-ai.fireworks_ai_update_quota

Fireworks Ai Update Quota

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_quota '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_quota '{}' --json

fireworks-ai.fireworks_ai_update_secret

Fireworks Ai Update Secret

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_secret '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_secret '{}' --json

fireworks-ai.fireworks_ai_update_user

Fireworks Ai Update User

Write write
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_update_user '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_update_user '{}' --json

fireworks-ai.fireworks_ai_upload_dataset_files

Fireworks Ai Upload Dataset Files

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_upload_dataset_files '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_upload_dataset_files '{}' --json

fireworks-ai.fireworks_ai_validate_dataset_upload

Fireworks Ai Validate Dataset Upload

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_validate_dataset_upload '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_validate_dataset_upload '{}' --json

fireworks-ai.fireworks_ai_validate_evaluator_upload

Fireworks Ai Validate Evaluator Upload

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_validate_evaluator_upload '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_validate_evaluator_upload '{}' --json

fireworks-ai.fireworks_ai_validate_model_upload

Fireworks Ai Validate Model Upload

Read read
Parameters
none
Generic call
kosmo integrations:call fireworks-ai.fireworks_ai_validate_model_upload '{}' --json
Shortcut
kosmo integrations:fireworks-ai fireworks_ai_validate_model_upload '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

fireworks-ai.fireworks_ai_anthropic_messages 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_anthropic_messages --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_cancel_reinforcement_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_cancel_reinforcement_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_api_key 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_api_key --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_batch_inference_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_batch_inference_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_dataset 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_dataset --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_deployed_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_deployed_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_deployment 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_deployment --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_dpo_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_dpo_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_evaluation_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_evaluation_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_evaluator 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_evaluator --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_step 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_reinforcement_fine_tuning_step --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_secret 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_secret --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_supervised_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_supervised_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_user 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_user --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_embeddings 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_embeddings --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_api_key 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_api_key --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_batch_inference_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_batch_inference_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_dataset 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_dataset --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_deployed_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_deployed_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_deployment 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_deployment --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_dpo_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_dpo_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_evaluation_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_evaluation_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_evaluator 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_evaluator --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_step 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_reinforcement_fine_tuning_step --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_response 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_response --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_secret 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_secret --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_delete_supervised_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_delete_supervised_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_execute_reinforcement_fine_tuning_step 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_execute_reinforcement_fine_tuning_step --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_generate_a_new_image_from_a_text_prompt 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_generate_a_new_image_from_a_text_prompt --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_generate_or_edit_image_using_flux_kontext 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_generate_or_edit_image_using_flux_kontext --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_account 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_account --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_batch_inference_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_batch_inference_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_dataset 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_dataset --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_dataset_download_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_dataset_download_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_dataset_upload_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_dataset_upload_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_deployed_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_deployed_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_deployment 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_deployment --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_deployment_shape 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_deployment_shape --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_deployment_shape_version 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_deployment_shape_version --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_dpo_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_dpo_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_dpo_job_metrics_file_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_dpo_job_metrics_file_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_evaluation_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_evaluation_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_evaluation_job_log_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_evaluation_job_log_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_evaluator 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_evaluator --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_evaluator_build_log_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_evaluator_build_log_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_evaluator_source_code_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_evaluator_source_code_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_evaluator_upload_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_evaluator_upload_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_generated_image_from_flux_kontex 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_generated_image_from_flux_kontex --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_model_download_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_model_download_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_model_upload_endpoint 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_model_upload_endpoint --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_quota 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_quota --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_step 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_reinforcement_fine_tuning_step --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_response 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_response --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_secret 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_secret --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_supervised_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_supervised_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_get_user 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_get_user --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_accounts 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_accounts --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_api_keys 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_api_keys --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_batch_inference_jobs 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_batch_inference_jobs --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_datasets 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_datasets --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_deployed_models 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_deployed_models --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_deployment_shape_versions 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_deployment_shape_versions --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_deployments 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_deployments --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_dpo_jobs 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_dpo_jobs --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_evaluation_jobs 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_evaluation_jobs --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_evaluators 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_evaluators --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_models 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_models --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_quotas 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_quotas --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_jobs 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_jobs --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_steps 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_reinforcement_fine_tuning_steps --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_responses 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_responses --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_secrets 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_secrets --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_supervised_fine_tuning_jobs 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_supervised_fine_tuning_jobs --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_list_users 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_list_users --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_chat_completions 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_chat_completions --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_completions 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_completions --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_create_response 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_create_response --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_prepare_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_prepare_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_rerank_documents 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_rerank_documents --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_resume_dpo_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_resume_dpo_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_step 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_resume_reinforcement_fine_tuning_step --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_resume_supervised_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_resume_supervised_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_scale_deployment 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_scale_deployment --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_undelete_deployment 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_undelete_deployment --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_dataset 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_dataset --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_deployed_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_deployed_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_deployment 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_deployment --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_evaluator 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_evaluator --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_model 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_model --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_quota 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_quota --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_secret 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_secret --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_update_user 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_update_user --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_upload_dataset_files 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_upload_dataset_files --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_validate_dataset_upload 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_validate_dataset_upload --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_validate_evaluator_upload 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_validate_evaluator_upload --json
ParameterTypeRequiredDescription
No parameters.
fireworks-ai.fireworks_ai_validate_model_upload 0 parameters
Schema command
kosmo integrations:schema fireworks-ai.fireworks_ai_validate_model_upload --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.