Containers
Create a container
Creates a new container for storing files and data.
post/v1/containers
Request body
provider'openai' | 'azure' | 'anthropic' | 'bedrock' | 'cohere' | 'vertex' | 'vllm' | 'mistral' | 'ollama' | 'groq' | 'sgl' | 'parasail' | 'perplexity' | 'replicate' | 'cerebras' | 'deepseek' | 'gemini' | 'openrouter' | 'elevenlabs' | 'huggingface' | 'nebius' | 'xai' | 'runway' | 'fireworks' required
AI model provider identifier
namestring required
Name of the container
file_idsstring[]
IDs of existing files to copy into this container
memory_limitstring
Memory limit for the container (e.g., "1g", "4g")
metadataobject
User-provided metadata
Response
Successful response
idstring
The unique identifier for the created container
objectstring
The object type (always "container")
namestring
The name of the container
created_atinteger
Unix timestamp of when the container was created
status'running'
The status of a container
last_active_atinteger
Unix timestamp of last activity
memory_limitstring
Memory limit for the container
metadataobject
User-provided metadata