external_models_create
Create an external model by specifying provider, task, and provider-specific configuration for serving LLMs.
Instructions
Create an external model (POST /api/2.0/external-models).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | External model name | |
| provider | Yes | Provider, e.g. 'openai', 'anthropic', 'cohere', 'databricks' | |
| task | Yes | llm/v1/chat | llm/v1/completions | llm/v1/embeddings | ... | |
| config | Yes | Provider-specific config. Typical fields: ``api_key_secret``, ``api_base``, ``model_name`` (and provider-specific options). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |