> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Default For Model • Rust AI Agent SDK

> default_for_model: Create with default config

# default\_for\_model

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**ContextManager**](../classes/ContextManager) class in the [**context**](../modules/context) module.

Create with default config

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def default_for_model(model: impl Into<String>) -> Self
```

## Parameters

<ParamField query="model" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust LLM" icon="microchip" href="/docs/rust/llm" />

  <Card title="Rust Providers" icon="server" href="/docs/rust/providers" />
</CardGroup>
