claude-3-7-latest
anthropic()
import { Agent, anthropic } from '@ardent-ai/sdk'; const agent = new Agent({ model: anthropic() });
string
name
import { Agent, anthropic } from '@ardent-ai/sdk'; const agent = new Agent({ model: anthropic('claude-4-0-opus') });
import { Agent, anthropic } from '@ardent-ai/sdk'; const agent = new Agent({ model: anthropic({ name: 'claude-4-0-opus', secret: 'MY_CUSTOM_ANTHROPIC_SECRET_NAME' }) });