Browsing Models
The Library → Models page lists every model available in your current workspace. This includes all provider models configured by your CleverThis administrator and any Actor endpoints that have been deployed to namespaces you have access to.
The page is searchable and filterable. You can narrow the list by provider (OpenAI, Anthropic, Google, etc.), by capability (chat, embeddings, image generation), or by context window size. Clicking on any model card opens the model detail view, which shows the full model ID to use in API calls, pricing per million tokens, context window, and a list of namespaces where it is deployed.
Finding the model ID
The model ID displayed in the detail view is the exact string you pass as "model" in your API request. For provider models this is typically provider/name (e.g. openai/gpt-4o-mini). For Actor endpoints it is the deployment slug assigned when the actor was published to a namespace.
Availability by namespace
A model may be available in some namespaces but not others. Your workspace administrator controls which models are accessible in each namespace. If you can see a model in the Library but cannot call it from a particular namespace, check the Namespace configuration.
- Filter panel screenshots
- Explanation of the "available in N namespaces" badge
- How to request a new provider model be added to your instance